Seems to work
[rops.git] / printer.mli
blob5da7da54a5b11a9e96f353ef4c3b89367fcbf835
1 module Printer :
2 sig
4 val display : Format.formatter -> Types.scheme_object -> unit
5 val write : Format.formatter -> Types.scheme_object -> unit
7 end