summaryrefslogtreecommitdiff
path: root/src/rewriter.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/rewriter.ml')
-rw-r--r--src/rewriter.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rewriter.ml b/src/rewriter.ml
index 89f64401..edf0d4a5 100644
--- a/src/rewriter.ml
+++ b/src/rewriter.ml
@@ -52,7 +52,6 @@ module Big_int = Nat_big_num
open Ast
open Ast_util
open Type_check
-open Spec_analysis
type 'a rewriters = {
rewrite_exp : 'a rewriters -> 'a exp -> 'a exp;