lean4-htt/tests/lean/run/821.lean
Kyle Miller 3854ba87b6
feat: pretty print letFun using have syntax (#8372)
This PR modifies the pretty printer to use `have` syntax instead of
`let_fun` syntax.
2025-05-16 15:10:01 +00:00

8 lines
108 B
Text

macro "foo" : term => `(have := 1; this)
/--
info: have this := 1;
this : Nat
-/
#guard_msgs in
#check foo