]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/binaries/tptp2grafite/main.ml
97c4b3014fc3a2232d8f41f8bc0e6bf943758f12
[helm.git] / helm / software / components / binaries / tptp2grafite / main.ml
1 let _ =
2   let lexbuf = Lexing.from_channel stdin in
3   let _ = Parser.main Lexer.yylex lexbuf in
4   exit 0