Up

module Printcmm

: sig
#
val machtype_component : Format.formatter -> Cmm.machtype_component -> unit
#
val machtype : Format.formatter -> Cmm.machtype_component array -> unit
#
val comparison : Cmm.comparison -> string
#
val chunk : Cmm.memory_chunk -> string
#
val operation : Cmm.operation -> string
#
val expression : Format.formatter -> Cmm.expression -> unit
#
val fundecl : Format.formatter -> Cmm.fundecl -> unit
#
val data : Format.formatter -> Cmm.data_item list -> unit
#
val phrase : Format.formatter -> Cmm.phrase -> unit
end