diff options
-rw-r--r-- | src/main.ml | 6 |
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 *) |