lean4-htt/tests/lean/pp_opt_param.lean

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