048151487e
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
4 lines
No EOL
70 B
Text
4 lines
No EOL
70 B
Text
import Int.
|
|
variable P : Int -> Bool
|
|
axiom Ax (x : Int) : P x
|
|
check Ax |