lean2/tests/lean/tst14.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