From 622bbf897af29ec6f7d533f915b0170d3a9c899f Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sun, 1 Oct 2023 19:07:17 +0200 Subject: Added some test for syntax errors --- syntax/report.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax') 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 -- cgit v1.2.3