lean4-htt/old_tests/tests/lean/pp_opt_param.lean
2018-04-10 12:56:55 -07:00

6 lines
110 B
Text

#check expr
#check expr ff
def f (x := 3) (y : nat) := y
#check f 3 4
set_option pp.implicit true
#check expr