lean4-htt/tests/lean/longestParsePrio.lean
2022-09-28 15:57:01 -07:00

3 lines
152 B
Text

syntax "have" ":" term : tactic
example : False := by
have : True := by simp [ -- should *not* parse the shorter `have` syntax and then fail on `:=`