package metapp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Options : sig ... end
val output_structure : Stdcompat.out_channel -> Parsetree.structure -> unit
type compiler = {
  1. command : string;
  2. archive_option : string;
  3. archive_suffix : string;
}
val compiler : compiler
val try_commands : verbose:bool -> (string * string list) list -> unit
val compile : Options.t -> string -> string -> unit
val write_ast : bool -> Stdcompat.out_channel -> Parsetree.structure -> unit
val compile_and_load : Options.t -> Parsetree.structure -> unit