]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_disambiguation/lexer.mli
One of the bug I detected (and commented) in my last commit was not a bug.
[helm.git] / helm / ocaml / cic_disambiguation / lexer.mli
1
2 exception Error of int * int * string
3
4 val lex : (string * string) Token.glexer
5