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