aboutsummaryrefslogtreecommitdiff
path: root/syntax/report.ml
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/report.ml')
-rw-r--r--syntax/report.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/report.ml b/syntax/report.ml
index 0c7d731..9ad24c3 100644
--- a/syntax/report.ml
+++ b/syntax/report.ml
@@ -1,7 +1,7 @@
(** Report built over the differents analysis in the file *)
type level = Error | Warn | Debug
-[@@deriving show { with_path = false }, enum]
+[@@deriving show { with_path = false }, enum, eq]
type pos = Lexing.position * Lexing.position