lean4-htt/tests/lean/failTac.lean.expected.out
jrr6 62f14514da
refactor: update built-in tactic error messages (#9633)
This PR updates various error messages produced by or associated with
built-in tactics and adapts their formatting to current conventions.
2025-07-31 14:16:57 +00:00

14 lines
249 B
Text

failTac.lean:2:2-2:6: error: Failed: `fail` tactic was invoked
a b : Nat
⊢ False
failTac.lean:5:2-5:18: error: giving up
a b : Nat
⊢ False
failTac.lean:14:2-14:21: error: failing here
case left
a b : Nat
⊢ True
case right
a b : Nat
⊢ False