package libsail

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Libsail.MonomorphiseSource

Sourceval opt_mwords : bool ref
Sourceval opt_size_set_limit : int ref
Sourcetype options = {
  1. auto : bool;
  2. debug_analysis : int;
  3. all_split_errors : bool;
  4. continue_anyway : bool;
}
Sourcetype split_loc =
  1. | Line of string * int
  2. | Exact of Parse_ast.l
  3. | Arg of Ast.id
Sourceval monomorphise : string -> Effects.side_effect_info -> options -> (split_loc * string) list -> Type_check.typed_ast -> Type_check.typed_ast
Sourceval rewrite_toplevel_nexps : Type_check.typed_ast -> Type_check.typed_ast
Sourceval rewrite_complete_record_params : Type_check.Env.t -> Type_check.typed_ast -> Type_check.typed_ast
Sourceval rewrite_atoms_to_singletons : string -> Type_check.typed_ast -> Type_check.typed_ast