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
fix sessions and CE oracles
[why3.git]
/
stdlib
/
debug.mlw
blob
29c0f69012f3a81ca789792fcae3b243cc21abf2
1
module Debug
2
3
type t = { mutable foo: unit }
4
5
val t: t
6
7
val print (x:'a) : unit writes { t }
8
9
end