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 'minimum-excludant-other-versions' into 'master'
[why3.git]
/
bench
/
programs
/
bad-typing
/
60_at_in_tasks.mlw
blob
6efbb675d408d450546dec394c251e9339eabc87
1
2
module T
3
4
goal g : forall x:int. x = (x at L)
5
6
end