diff options
Diffstat (limited to 'lib/qparser/analyzer.mli')
-rw-r--r-- | lib/qparser/analyzer.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qparser/analyzer.mli b/lib/qparser/analyzer.mli index 817be6c..6e2f752 100644 --- a/lib/qparser/analyzer.mli +++ b/lib/qparser/analyzer.mli @@ -2,7 +2,7 @@ type 'a result = { content : 'a; report : Qsp_syntax.Report.t list } type lexer = Location | Dynamic val parse : - (module Qsp_syntax.S.Analyzer + (module Qsp_syntax.Analyzer.T with type Location.t = 'a and type context = 'context) -> lexer -> |