2 lines
83 B
Text
2 lines
83 B
Text
-- reject to avoid confusion with `fun x : Nat =>`
|
|
#check fun (x : Nat) : Nat => x
|
-- reject to avoid confusion with `fun x : Nat =>`
|
|
#check fun (x : Nat) : Nat => x
|