repo.or.cz
/
why3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fix_another_sessions' into 'master'
[why3.git]
/
tests
/
test_ne.mlw
blob
459bf5fc3dd22943ec993c36cf4e2edadbed4fb8
1
2
module M
3
4
use int.Int
5
6
goal g1 : (=) 1 2
7
8
goal g2 : (>) 1 2
9
10
goal g3 : (<>) 1 2
11
12
end