Asmgenval compile_implementation_flambda :
?toplevel:(string -> bool) ->
string ->
required_globals:Ident.Set.t ->
backend:(module Backend_intf.S) ->
ppf_dump:Format.formatter ->
Flambda.program ->
unitval compile_implementation_clambda :
?toplevel:(string -> bool) ->
string ->
ppf_dump:Format.formatter ->
Lambda.program ->
unitval compile_phrase : ppf_dump:Format.formatter -> Cmm.phrase -> unitexception Error of errorval report_error : Format.formatter -> error -> unit