Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
make it fail
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies authored Jan 7, 2023
1 parent bbcaf3f commit f9f19eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tactic/hopt_param.lean
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ example : foo :=
bar_eq := if_pos rfl }
``` -/
meta def solve_default : command :=
try_hopt_param <|> tactic.trace "A previous structure field was changed from its default value, so
try_hopt_param <|> tactic.fail "A previous structure field was changed from its default value, so
`solve_default` cannot solve the proof obligation automatically."

0 comments on commit f9f19eb

Please sign in to comment.