aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/printer.ml
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printer.ml')
-rw-r--r--printing/printer.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/printing/printer.ml b/printing/printer.ml
index cb10f9661..3b5c80c62 100644
--- a/printing/printer.ml
+++ b/printing/printer.ml
@@ -727,8 +727,6 @@ let pr_assumptionset env s =
] in
prlist_with_sep fnl (fun x -> x) (Option.List.flatten assums)
-open Typeclasses
-
let xor a b =
(a && not b) || (not a && b)