package sail

  1. Overview
  2. Docs
type options = {
  1. auto : bool;
  2. debug_analysis : int;
  3. all_split_errors : bool;
  4. continue_anyway : bool;
}
val monomorphise : string -> options -> ((string * int) * string) list -> Type_check.tannot Ast_defs.ast -> Type_check.tannot Ast_defs.ast
val rewrite_atoms_to_singletons : string -> Type_check.tannot Ast_defs.ast -> Type_check.tannot Ast_defs.ast