repo.or.cz
/
rops.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Seems to work
[rops.git]
/
printer.mli
blob
5da7da54a5b11a9e96f353ef4c3b89367fcbf835
1
module
Printer
:
2
sig
3
4
val
display
:
Format
.
formatter
->
Types
.
scheme_object
->
unit
5
val
write
:
Format
.
formatter
->
Types
.
scheme_object
->
unit
6
7
end