package tptp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Lexer.

val token : bool ref -> 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.