diff options
Diffstat (limited to 'lib/analyzer.mli')
-rw-r--r-- | lib/analyzer.mli | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/analyzer.mli b/lib/analyzer.mli deleted file mode 100644 index 30b6625..0000000 --- a/lib/analyzer.mli +++ /dev/null @@ -1,8 +0,0 @@ -val parse : - (module Qsp_syntax.S.Analyzer with type Location.repr = 'a) -> - Lexbuf.t -> - ('a, Qsp_syntax.Report.t) Result.t -(** Read the source and build a analyzis over it. - -This method make the link between the source file and how to read it -(encoding…) and the AST we want to build. *) |