From 2a2198e91063684a1b19974acc19c25b55266724 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sun, 22 Oct 2023 07:14:20 +0200 Subject: Refactoring the API --- test/syntax.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/syntax.ml b/test/syntax.ml index a420035..56fac8e 100644 --- a/test/syntax.ml +++ b/test/syntax.ml @@ -3,7 +3,7 @@ module Ast = Tree.Ast module Check = Qsp_syntax.Check module S = Qsp_syntax.S -let _, _, location_id, e1 = Check.build (module Tree) +let location_id, e1 = Check.build (module Tree) module Parser = Check.Make (struct let t = [| e1 |] -- cgit v1.2.3