package sail

  1. Overview
  2. Docs
val opt_mono_rewrites : bool ref
val opt_mono_complex_nexps : bool ref
val opt_mono_split : ((string * int) * string) list ref
val opt_dmono_analysis : int ref
val opt_auto_mono : bool ref
val opt_dall_split_errors : bool ref
val opt_dmono_continue : bool ref
val fresh_id : string -> Ast.l -> Ast.id
val move_loop_measures : 'a Ast_defs.ast -> 'a Ast_defs.ast
val rewrite_ast_target : string -> (string * (Type_check.Env.t -> Type_check.tannot Ast_defs.ast -> Type_check.tannot Ast_defs.ast * Type_check.Env.t)) list
type rewriter =
  1. | Basic_rewriter of Type_check.Env.t -> Type_check.tannot Ast_defs.ast -> Type_check.tannot Ast_defs.ast
  2. | Checking_rewriter of Type_check.Env.t -> Type_check.tannot Ast_defs.ast -> Type_check.tannot Ast_defs.ast * Type_check.Env.t
  3. | Bool_rewriter of bool -> rewriter
  4. | String_rewriter of string -> rewriter
  5. | Literal_rewriter of (Ast.lit -> bool) -> rewriter
val rewrite_lit_ocaml : Ast.lit -> bool
val rewrite_lit_lem : Ast.lit -> bool
type rewriter_arg =
  1. | If_mono_arg
  2. | If_mwords_arg
  3. | If_flag of bool ref
  4. | Bool_arg of bool
  5. | String_arg of string
  6. | Literal_arg of string
val all_rewrites : (string * rewriter) list
val opt_coq_warn_nonexhaustive : bool ref
val simple_typ : Ast.typ -> Ast.typ