]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_disambiguation/lexer.mli
removed dependency on netclient, use http_client module from ocaml-http
[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