4ba097a141
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
98 B
Text
6 lines
98 B
Text
import Int.
|
|
print Int -> Int -> Int
|
|
variable f : Int -> Int -> Int
|
|
eval f 0
|
|
check f 0
|
|
check f 0 1
|