package tptp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Input_closed
exception Parse_error of Lexing.position * string
exception Include_error of Lexing.position * string
type input
val create_in : Lexing.lexbuf -> input
val read : input -> Tptp_ast.tptp_input option
val close_in : input -> unit
val write : ?rfrac:float -> ?width:int -> Buffer.t -> Tptp_ast.tptp_input -> unit
val to_string : Tptp_ast.tptp_input -> string
module File : sig ... end
OCaml

Innovation. Community. Security.