summaryrefslogtreecommitdiff
path: root/src/interactive.mli
diff options
context:
space:
mode:
authorJon French2019-02-13 12:27:48 +0000
committerJon French2019-02-13 12:27:48 +0000
commitea39b3c674570ce5eea34067c36d5196ca201f83 (patch)
tree516e7491bc32797a4d0ac397ea47387f2b16cf1b /src/interactive.mli
parentab3f3671d4dd682b2aee922d5a05e9455afd5849 (diff)
parent24fc989891ad266eae642815646294279e2485ca (diff)
Merge branch 'sail2' into rmem_interpreter
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