6 lines
110 B
Text
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
|