Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type token =
| VLINE
| UPPER_WORD of string
| TILDE_VLINE
| TILDE_AMPERSAND
| TILDE
| STAR
| SINGLE_QUOTED of string
| RPAR
| REAL of Q.t
| RBRKT
| RATIONAL of Q.t
| QUESTION
| PLUS
| LPAR
| LOWER_WORD of string
| LESS_TILDE_GREATER
| LESS_EQUALS_GREATER
| LESS_EQUALS
| LBRKT
| INTEGER of Z.t
| INCLUDE_KW
| FOF_KW
| EXCLAMATION_EQUALS
| EXCLAMATION
| EQUALS_GREATER
| EQUALS
| EOF
| DOT
| DOLLAR_WORD of string
| DOLLAR_FOT_KW
| DOLLAR_FOF_KW
| DOLLAR_DOLLAR_WORD of string
| DOLLAR_CNF_KW
| DISTINCT_OBJECT of string
| DASH_DASH_GREATER
| COMMENT of string
| COMMA
| COLON
| CNF_KW
| AMPERSAND
val tptp_input :
(Stdlib.Lexing.lexbuf -> token) ->
Stdlib.Lexing.lexbuf ->
Tptp_ast.tptp_input option