Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Lexer.
val token : bool Stdlib.ref -> Stdlib.Lexing.lexbuf -> Tptp_parser.token
token inside lexbuf
reads token from lexbuf
. inside
flag denotes whether we are inside formula and if so all comments will be skipped.