package sail

  1. Overview
  2. Docs
val opt_undefined_gen : bool Stdlib.ref
val opt_fast_undefined : bool Stdlib.ref
val opt_magic_hash : bool Stdlib.ref
val opt_enum_casts : bool Stdlib.ref
val have_undefined_builtins : bool Stdlib.ref
val undefined_builtin_val_specs : unit Ast.def list
val process_ast : ?generate:bool -> Parse_ast.defs -> unit Ast.defs
val extern_of_string : Ast.id -> string -> unit Ast.def
val val_spec_of_string : Ast.id -> string -> unit Ast.def
val ast_of_def_string : string -> unit Ast.defs
val ast_of_def_string_with : (Parse_ast.defs -> Parse_ast.defs) -> string -> unit Ast.defs
val exp_of_string : string -> unit Ast.exp
val typ_of_string : string -> Ast.typ
val constraint_of_string : string -> Ast.n_constraint
OCaml

Innovation. Community. Security.