7726ccad28
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
97 B
Text
6 lines
97 B
Text
Import Int.
|
|
Show Int -> Int -> Int
|
|
Variable f : Int -> Int -> Int
|
|
Eval f 0
|
|
Check f 0
|
|
Check f 0 1
|