summaryrefslogtreecommitdiff
path: root/src/interactive.mli
diff options
context:
space:
mode:
authorAlasdair Armstrong2019-02-12 18:18:05 +0000
committerAlasdair Armstrong2019-02-12 18:18:05 +0000
commit24fc989891ad266eae642815646294279e2485ca (patch)
treed533fc26b5980d1144ee4d7849d3dd0f2a1b0e95 /src/interactive.mli
parentb847a472a1f853d783d1af5f8eb033b97f33be5b (diff)
parent974494b1dda38c1ee5c1502cc6e448e67a7374ac (diff)
Merge remote-tracking branch 'origin/asl_flow2' into sail2
Diffstat (limited to 'src/interactive.mli')
-rw-r--r--src/interactive.mli10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/interactive.mli b/src/interactive.mli
new file mode 100644
index 00000000..915193ec
--- /dev/null
+++ b/src/interactive.mli
@@ -0,0 +1,10 @@
+open Ast
+open Type_check
+
+val opt_interactive : bool ref
+val opt_emacs_mode : bool ref
+val opt_suppress_banner : bool ref
+
+val ast : tannot defs ref
+
+val env : Env.t ref