diff options
| author | Brian Campbell | 2018-06-19 18:41:15 +0100 |
|---|---|---|
| committer | Brian Campbell | 2018-06-19 18:41:15 +0100 |
| commit | 053b1fa953aeec3a271d9704baf611e83b84ba93 (patch) | |
| tree | d446924141aeb5dab42d4dd661c4c38c4b365c9c /src/process_file.mli | |
| parent | e23bcabaedd7ce963fb356f0108bb052035978ed (diff) | |
Coq: use undefined_bitvector
Diffstat (limited to 'src/process_file.mli')
| -rw-r--r-- | src/process_file.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_file.mli b/src/process_file.mli index cc94888e..0fec4064 100644 --- a/src/process_file.mli +++ b/src/process_file.mli @@ -54,7 +54,7 @@ val preprocess_ast : Parse_ast.defs -> Parse_ast.defs val check_ast: Type_check.Env.t -> unit Ast.defs -> Type_check.tannot Ast.defs * Type_check.Env.t val monomorphise_ast : ((string * int) * string) list -> Type_check.Env.t -> Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs * Type_check.Env.t val rewrite_ast: Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs -val rewrite_undefined: Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs +val rewrite_undefined: bool -> Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_lem : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_coq : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_ocaml : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs |
