Up
module
Printer
:
sig
#
module
Make :
functor
(X :
sig
#
val
f :
Pervasives
.
out_channel
#
val
raw_stretch_action : bool
#
val
locate_stretches : string option
end
)
->
sig
#
val
program :
IL
.
program
->
unit
#
val
expr :
IL
.
expr
->
unit
#
val
interface :
IL
.
interface
->
unit
end
end