package libsail

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val opt_mwords : bool ref
val opt_size_set_limit : int ref
type options = {
  1. auto : bool;
  2. debug_analysis : int;
  3. all_split_errors : bool;
  4. continue_anyway : bool;
}
val monomorphise : string -> Effects.side_effect_info -> options -> ((string * int) * string) list -> Type_check.typed_ast -> Type_check.typed_ast
val rewrite_toplevel_nexps : Type_check.typed_ast -> Type_check.typed_ast
val rewrite_complete_record_params : Type_check.Env.t -> Type_check.typed_ast -> Type_check.typed_ast
val rewrite_atoms_to_singletons : string -> Type_check.typed_ast -> Type_check.typed_ast
OCaml

Innovation. Community. Security.