lean2/examples/ex6.lean

6 lines
85 B
Text
Raw Normal View History

Show Int -> Int -> Int
Variable f : Int -> Int -> Int
Eval f 0
Check f 0
Check f 0 1