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
hopefully final commmit before release 0.73
[why3.git]
/
tests
/
test-jcf.why
blob
1a6f89cb77f820aad374469172fc9c1856c27d02
1
2
theory T
3
4
type t = None | Some int
5
6
goal G: forall x: t. x <> None ->
7
match x with None -> false | Some z -> z = 0 end
8
9
end
10
11
(*
12
Local Variables:
13
compile-command: "make -C .. tests/test-jcf.gui"
14
End:
15
*)
16