From 319c1e4474f4fefde688720b78e8abf315513a32 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Wed, 25 Oct 2023 18:41:27 +0200 Subject: Now I have the API I want. Everything is abstract in the type S.Analyzer --- lib/qparser/analyzer.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/qparser/analyzer.ml') diff --git a/lib/qparser/analyzer.ml b/lib/qparser/analyzer.ml index 06960f6..58a117f 100644 --- a/lib/qparser/analyzer.ml +++ b/lib/qparser/analyzer.ml @@ -36,7 +36,6 @@ let parse : in evaluation - |> Result.map (fun e -> e []) |> Result.map_error (fun e -> let message = match e.IncrementalParser.code with -- cgit v1.2.3