summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-05 08:44:10 +0100
committerSon Ho2022-01-05 08:44:10 +0100
commitd7ac73c207461559f55623e8ff61d2bb7e5cf982 (patch)
treec79e99c40ca95328043c6551f4d30ac0b5a494f3 /src/main.ml
parent05db1377f1b987050e58643b9bf001f62a77e303 (diff)
Cleanup a bit
Diffstat (limited to 'src/main.ml')
-rw-r--r--src/main.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.ml b/src/main.ml
index f2e6eb06..2d2518c7 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -1,15 +1,9 @@
open CfimOfJson
open Logging
open Print
-open Contexts
module T = Types
module A = CfimAst
module I = Interpreter
-module C = Contexts
-
-type test = Test [@@deriving show]
-
-let _ = show_test Test
(* This is necessary to have a backtrace when raising exceptions - for some
* reason, the -g option doesn't work *)