diff options
author | Son Ho | 2022-01-05 08:44:10 +0100 |
---|---|---|
committer | Son Ho | 2022-01-05 08:44:10 +0100 |
commit | d7ac73c207461559f55623e8ff61d2bb7e5cf982 (patch) | |
tree | c79e99c40ca95328043c6551f4d30ac0b5a494f3 /src | |
parent | 05db1377f1b987050e58643b9bf001f62a77e303 (diff) |
Cleanup a bit
Diffstat (limited to '')
-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 *) |