whyml-tests/whyml/hello.why

11 lines
155 B
Plaintext
Raw Normal View History

2023-07-17 13:50:51 +00:00
theory HelloProof
goal G1: true
goal G4: false
goal G2: (true -> true) /\ (true \/ false)
use int.Int
goal G3: forall x:int. x * x >= 0
end