lean4-htt/tests/lean/macroError.lean
2022-01-04 11:20:18 +01:00

3 lines
69 B
Text

macro "foo" : term => Lean.Macro.throwError "Test Error"
#check foo