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_merge.mlw
blob
5f80590e1d357eae9a8349a29106ffb0489ee60e
1
2
3
theory T
4
5
use int.Int
6
7
predicate p int
8
9
goal g: p 3 /\ p 4 /\ p 5
10
11
goal h : false
12
13
end