Up

module Printinstr

: sig
#
val instruction : Format.formatter -> Instruct.instruction -> unit
#
val instrlist : Format.formatter -> Instruct.instruction list -> unit
end