aboutsummaryrefslogtreecommitdiffstats
path: root/src/CoqupClflags.ml
diff options
context:
space:
mode:
authorJames Pollard <james@pollard.dev>2020-06-30 17:39:09 +0100
committerJames Pollard <james@pollard.dev>2020-06-30 17:39:09 +0100
commita8aaca57d901e219d52ccae03833a59a75aaafe2 (patch)
tree6b56c0964663257e9cf06f989fa3bd6aaee9ea11 /src/CoqupClflags.ml
parentffc978ec677f2f37ab8d8d1bf865cddadf087b81 (diff)
parentf26f3887d0b0ac286c317a5425a3a4781871cfc2 (diff)
downloadvericert-a8aaca57d901e219d52ccae03833a59a75aaafe2.tar.gz
vericert-a8aaca57d901e219d52ccae03833a59a75aaafe2.zip
Merge branch 'develop' of github.com:ymherklotz/coqup into develop
Diffstat (limited to 'src/CoqupClflags.ml')
-rw-r--r--src/CoqupClflags.ml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CoqupClflags.ml b/src/CoqupClflags.ml
new file mode 100644
index 0000000..83dd31d
--- /dev/null
+++ b/src/CoqupClflags.ml
@@ -0,0 +1,5 @@
+(* Coqup flags *)
+let option_simulate = ref false
+let option_hls = ref true
+let option_debug_hls = ref false
+let option_initial = ref false