summaryrefslogtreecommitdiff
path: root/src/process_file.mli
diff options
context:
space:
mode:
authorChristopher Pulte2015-10-06 16:39:56 +0100
committerChristopher Pulte2015-10-06 16:39:56 +0100
commitd7506569978bbae96383cf6d606b049a52c63f02 (patch)
tree9f3e63f742e92756607999ea553d132d48339501 /src/process_file.mli
parent08e52c1ff6c326e2448c33aa79836b0e148b8466 (diff)
added the preliminary lem output option that for now uses ocaml pp
Diffstat (limited to 'src/process_file.mli')
-rw-r--r--src/process_file.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process_file.mli b/src/process_file.mli
index 232727f1..38ac057f 100644
--- a/src/process_file.mli
+++ b/src/process_file.mli
@@ -48,10 +48,12 @@ val parse_file : string -> Parse_ast.defs
val convert_ast : Parse_ast.defs -> Type_internal.tannot Ast.defs * Type_internal.kind Type_internal.Envmap.t * Ast.order
val check_ast: Type_internal.tannot Ast.defs -> Type_internal.kind Type_internal.Envmap.t -> Ast.order -> Type_internal.tannot Ast.defs
val rewrite_ast: Type_internal.tannot Ast.defs -> Type_internal.tannot Ast.defs
+val rewrite_ast_lem : Type_internal.tannot Ast.defs -> Type_internal.tannot Ast.defs
val rewrite_ast_ocaml : Type_internal.tannot Ast.defs -> Type_internal.tannot Ast.defs
type out_type =
| Lem_ast_out
+ | Lem_out of string option (* If present, the string is a file to open in the lem backend*)
| Ocaml_out of string option (* If present, the string is a file to open in the ocaml backend*)
val output :