Module UntypedAST.TPTP

module TPTP: sig .. end

val prelude : UntypedAST.statement list
type general_data = 
| Var of string
| Int of int
| String of string
| App of string * general_data list
| List of general_data list
| Column of general_data * general_data