Up

module Asmgen

: sig
#
val compile_implementation : ?toplevel:(string -> bool) -> string -> Format.formatter -> int * Lambda.lambda -> unit
#
val compile_phrase : Format.formatter -> Cmm.phrase -> unit
#
type error =
# | Assembler_error of string
#
exception Error of error
#
val report_error : Format.formatter -> error -> unit
end