| author | wenzelm | 
| Wed, 04 Sep 2013 23:57:38 +0200 | |
| changeset 53410 | 0d45f21e372d | 
| parent 53395 | a1a78a271682 | 
| child 57797 | 7d319d6ccde0 | 
| permissions | -rw-r--r-- | 
| 46844 | 1 | |
| 2 | (******************************************************************) | |
| 3 | (* GENERATED FILE -- DO NOT EDIT -- GENERATED FILE -- DO NOT EDIT *) | |
| 4 | (* GENERATED FILE -- DO NOT EDIT -- GENERATED FILE -- DO NOT EDIT *) | |
| 5 | (* GENERATED FILE -- DO NOT EDIT -- GENERATED FILE -- DO NOT EDIT *) | |
| 6 | (******************************************************************) | |
| 7 | ||
| 8 | (* | |
| 9 | This file is produced from the parser generated by ML-Yacc from the | |
| 10 | source files tptp.lex and tptp.yacc. | |
| 11 | *) | |
| 12 | signature TPTP_TOKENS = | |
| 13 | sig | |
| 14 | type ('a,'b) token
 | |
| 15 | type svalue | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 16 | val LET_TT: 'a * 'a -> (svalue,'a) token | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 17 | val LET_FT: 'a * 'a -> (svalue,'a) token | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 18 | val LET_FF: 'a * 'a -> (svalue,'a) token | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 19 | val LET_TF: 'a * 'a -> (svalue,'a) token | 
| 46844 | 20 | val ITE_T: 'a * 'a -> (svalue,'a) token | 
| 21 | val ITE_F: 'a * 'a -> (svalue,'a) token | |
| 22 | val CNF: 'a * 'a -> (svalue,'a) token | |
| 23 | val FOF: 'a * 'a -> (svalue,'a) token | |
| 24 | val TFF: 'a * 'a -> (svalue,'a) token | |
| 25 | val THF: 'a * 'a -> (svalue,'a) token | |
| 26 | val LET_TERM: 'a * 'a -> (svalue,'a) token | |
| 27 | val SUBTYPE: 'a * 'a -> (svalue,'a) token | |
| 47358 | 28 | val DOLLAR_DOLLAR_WORD: (string) * 'a * 'a -> (svalue,'a) token | 
| 29 | val DOLLAR_WORD: (string) * 'a * 'a -> (svalue,'a) token | |
| 46844 | 30 | val DEP_PROD: 'a * 'a -> (svalue,'a) token | 
| 31 | val DEP_SUM: 'a * 'a -> (svalue,'a) token | |
| 32 | val GENTZEN_ARROW: 'a * 'a -> (svalue,'a) token | |
| 33 | val TIMES: 'a * 'a -> (svalue,'a) token | |
| 34 | val PLUS: 'a * 'a -> (svalue,'a) token | |
| 35 | val OPERATOR_EXISTS: 'a * 'a -> (svalue,'a) token | |
| 36 | val OPERATOR_FORALL: 'a * 'a -> (svalue,'a) token | |
| 37 | val DEFIN_CHOICE: 'a * 'a -> (svalue,'a) token | |
| 38 | val INDEF_CHOICE: 'a * 'a -> (svalue,'a) token | |
| 39 | val DUD: 'a * 'a -> (svalue,'a) token | |
| 40 | val DISTINCT_OBJECT: (string) * 'a * 'a -> (svalue,'a) token | |
| 41 | val COMMENT: (string) * 'a * 'a -> (svalue,'a) token | |
| 42 | val LOWER_WORD: (string) * 'a * 'a -> (svalue,'a) token | |
| 43 | val UPPER_WORD: (string) * 'a * 'a -> (svalue,'a) token | |
| 44 | val SINGLE_QUOTED: (string) * 'a * 'a -> (svalue,'a) token | |
| 45 | val DOT_DECIMAL: (string) * 'a * 'a -> (svalue,'a) token | |
| 46 | val UNSIGNED_INTEGER: (string) * 'a * 'a -> (svalue,'a) token | |
| 47 | val SIGNED_INTEGER: (string) * 'a * 'a -> (svalue,'a) token | |
| 48 | val RATIONAL: (string) * 'a * 'a -> (svalue,'a) token | |
| 49 | val REAL: (string) * 'a * 'a -> (svalue,'a) token | |
| 50 | val DTFF: 'a * 'a -> (svalue,'a) token | |
| 51 | val DFOT: 'a * 'a -> (svalue,'a) token | |
| 52 | val DCNF: 'a * 'a -> (svalue,'a) token | |
| 53 | val DFOF: 'a * 'a -> (svalue,'a) token | |
| 54 | val DTHF: 'a * 'a -> (svalue,'a) token | |
| 55 | val EOF: 'a * 'a -> (svalue,'a) token | |
| 56 | val VLINE: 'a * 'a -> (svalue,'a) token | |
| 57 | val TOK_TYPE: 'a * 'a -> (svalue,'a) token | |
| 58 | val TOK_TRUE: 'a * 'a -> (svalue,'a) token | |
| 59 | val TOK_RAT: 'a * 'a -> (svalue,'a) token | |
| 60 | val TOK_REAL: 'a * 'a -> (svalue,'a) token | |
| 61 | val TOK_INT: 'a * 'a -> (svalue,'a) token | |
| 62 | val TOK_O: 'a * 'a -> (svalue,'a) token | |
| 63 | val TOK_I: 'a * 'a -> (svalue,'a) token | |
| 64 | val TOK_FALSE: 'a * 'a -> (svalue,'a) token | |
| 65 | val TILDE: 'a * 'a -> (svalue,'a) token | |
| 66 | val RPAREN: 'a * 'a -> (svalue,'a) token | |
| 67 | val RBRKT: 'a * 'a -> (svalue,'a) token | |
| 68 | val QUESTION: 'a * 'a -> (svalue,'a) token | |
| 69 | val PPLUS: 'a * 'a -> (svalue,'a) token | |
| 70 | val PERIOD: 'a * 'a -> (svalue,'a) token | |
| 71 | val NOR: 'a * 'a -> (svalue,'a) token | |
| 72 | val XOR: 'a * 'a -> (svalue,'a) token | |
| 73 | val NEQUALS: 'a * 'a -> (svalue,'a) token | |
| 74 | val NAND: 'a * 'a -> (svalue,'a) token | |
| 75 | val MMINUS: 'a * 'a -> (svalue,'a) token | |
| 76 | val MAP_TO: 'a * 'a -> (svalue,'a) token | |
| 77 | val LPAREN: 'a * 'a -> (svalue,'a) token | |
| 78 | val LBRKT: 'a * 'a -> (svalue,'a) token | |
| 79 | val LAMBDA: 'a * 'a -> (svalue,'a) token | |
| 80 | val INCLUDE: 'a * 'a -> (svalue,'a) token | |
| 81 | val IMPLIES: 'a * 'a -> (svalue,'a) token | |
| 82 | val IFF: 'a * 'a -> (svalue,'a) token | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 83 | val FI: 'a * 'a -> (svalue,'a) token | 
| 46844 | 84 | val ARROW: 'a * 'a -> (svalue,'a) token | 
| 85 | val LET: 'a * 'a -> (svalue,'a) token | |
| 86 | val EXCLAMATION: 'a * 'a -> (svalue,'a) token | |
| 87 | val EQUALS: 'a * 'a -> (svalue,'a) token | |
| 88 | val COMMA: 'a * 'a -> (svalue,'a) token | |
| 89 | val COLON: 'a * 'a -> (svalue,'a) token | |
| 90 | val CARET: 'a * 'a -> (svalue,'a) token | |
| 91 | val AT_SIGN: 'a * 'a -> (svalue,'a) token | |
| 92 | val AMPERSAND: 'a * 'a -> (svalue,'a) token | |
| 93 | end | |
| 94 | signature TPTP_LRVALS= | |
| 95 | sig | |
| 96 | structure Tokens : TPTP_TOKENS | |
| 97 | structure ParserData:PARSER_DATA | |
| 98 | sharing type ParserData.Token.token = Tokens.token | |
| 99 | sharing type ParserData.svalue = Tokens.svalue | |
| 100 | end | |
| 101 | functor TPTPLexFun(structure Tokens: TPTP_TOKENS)= | |
| 102 | struct | |
| 103 | structure UserDeclarations = | |
| 104 | struct | |
| 105 | (* Title: HOL/TPTP/TPTP_Parser/tptp.lex | |
| 106 | Author: Nik Sultana, Cambridge University Computer Laboratory | |
| 107 | ||
| 108 | Notes: | |
| 109 | * Omit %full in definitions to restrict alphabet to ascii. | |
| 47358 | 110 | * Could include %posarg to ensure that we'd start counting character positions | 
| 111 | from 0, but it would punish performance. | |
| 46844 | 112 | * %s AF F COMMENT; -- could improve by making stateful. | 
| 113 | ||
| 114 | Acknowledgements: | |
| 115 | * Geoff Sutcliffe for help with TPTP. | |
| 116 | * Timothy Bourke for his tips on getting ML-Yacc working with Poly/ML. | |
| 117 | * An early version of this was ported from the specification shipped with | |
| 118 | Leo-II, written by Frank Theiss. | |
| 119 | * Some boilerplate bits were taken from the ml-yacc/ml-lex manual by Roger Price. | |
| 120 | * Jasmin Blanchette and Makarius Wenzel for help with Isabelle integration. | |
| 121 | *) | |
| 122 | ||
| 123 | structure T = Tokens | |
| 124 | type pos = int (* Position in file *) | |
| 125 | type lineNo = int | |
| 126 | type svalue = T.svalue | |
| 127 | type ('a,'b) token = ('a,'b) T.token
 | |
| 128 | type lexresult = (svalue,pos) token | |
| 129 | type lexarg = string | |
| 130 | type arg = lexarg | |
| 131 | val col = Unsynchronized.ref 0; | |
| 132 | val linep = Unsynchronized.ref 1; (* Line pointer *) | |
| 133 | val eolpos = Unsynchronized.ref 0; | |
| 134 | ||
| 135 | val badCh : string * string * int * int -> unit = fn | |
| 136 | (file_name, bad, line, col) => | |
| 137 | TextIO.output(TextIO.stdOut, file_name ^ "[" | |
| 138 | ^ Int.toString line ^ "." ^ Int.toString col | |
| 139 | ^ "] Invalid character \"" ^ bad ^ "\"\n"); | |
| 140 | ||
| 141 | val eof = fn file_name => | |
| 142 | let | |
| 143 | val result = T.EOF (!linep,!col); | |
| 144 | val _ = linep := 0; | |
| 145 | in result end | |
| 146 | (*here could check whether file ended prematurely: | |
| 147 | see if have open brackets, or if we're in some state other than INITIAL*) | |
| 148 | ||
| 149 | val count_commentlines : string -> unit = fn str => | |
| 150 | let | |
| 151 | val str' = String.explode str | |
| 152 | val newlines = List.filter (fn x => x = #"\n") str' | |
| 153 | in linep := (!linep) + (List.length newlines) end | |
| 154 | ||
| 155 | end (* end of user routines *) | |
| 156 | exception LexError (* raised if illegal leaf action tried *) | |
| 157 | structure Internal = | |
| 158 | struct | |
| 159 | ||
| 160 | datatype yyfinstate = N of int | |
| 161 | type statedata = {fin : yyfinstate list, trans: string}
 | |
| 162 | (* transition & final state table *) | |
| 163 | val tab = let | |
| 164 | val s = [ | |
| 165 | (0, | |
| 166 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 167 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 168 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 169 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 170 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 171 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 172 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 173 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 174 | \\000" | |
| 175 | ), | |
| 176 | (1, | |
| 47689 | 177 | "\000\000\000\000\000\000\000\000\000\142\144\000\000\143\000\000\ | 
| 178 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 179 | \\142\138\133\000\101\089\088\083\082\081\080\078\077\072\070\057\ | |
| 46844 | 180 | \\048\048\048\048\048\048\048\048\048\048\045\000\039\037\036\033\ | 
| 181 | \\030\029\029\029\029\029\029\029\029\029\029\029\029\029\029\029\ | |
| 182 | \\029\029\029\029\029\029\029\029\029\029\029\028\000\027\026\000\ | |
| 183 | \\000\007\007\023\007\007\020\007\007\013\007\007\007\007\007\007\ | |
| 184 | \\007\007\007\007\008\007\007\007\007\007\007\000\006\000\003\000\ | |
| 185 | \\000" | |
| 186 | ), | |
| 187 | (3, | |
| 188 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 189 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 190 | \\000\000\000\000\000\000\005\000\000\000\000\000\000\000\000\000\ | |
| 191 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 192 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 193 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 194 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 195 | \\000\000\000\000\000\000\000\000\000\000\000\000\004\000\000\000\ | |
| 196 | \\000" | |
| 197 | ), | |
| 198 | (7, | |
| 199 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 200 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 201 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 202 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 203 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 204 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 205 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 206 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 207 | \\000" | |
| 208 | ), | |
| 209 | (8, | |
| 210 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 211 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 212 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 213 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 214 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 215 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 216 | \\000\007\007\007\007\007\011\007\009\007\007\007\007\007\007\007\ | |
| 217 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 218 | \\000" | |
| 219 | ), | |
| 220 | (9, | |
| 221 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 222 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 223 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 224 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 225 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 226 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 227 | \\000\007\007\007\007\007\010\007\007\007\007\007\007\007\007\007\ | |
| 228 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 229 | \\000" | |
| 230 | ), | |
| 231 | (11, | |
| 232 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 233 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 234 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 235 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 236 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 237 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 238 | \\000\007\007\007\007\007\012\007\007\007\007\007\007\007\007\007\ | |
| 239 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 240 | \\000" | |
| 241 | ), | |
| 242 | (13, | |
| 243 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 244 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 245 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 246 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 247 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 248 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 249 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\014\007\ | |
| 250 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 251 | \\000" | |
| 252 | ), | |
| 253 | (14, | |
| 254 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 255 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 256 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 257 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 258 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 259 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 260 | \\000\007\007\015\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 261 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 262 | \\000" | |
| 263 | ), | |
| 264 | (15, | |
| 265 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 266 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 267 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 268 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 269 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 270 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 271 | \\000\007\007\007\007\007\007\007\007\007\007\007\016\007\007\007\ | |
| 272 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 273 | \\000" | |
| 274 | ), | |
| 275 | (16, | |
| 276 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 277 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 278 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 279 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 280 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 281 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 282 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 283 | \\007\007\007\007\007\017\007\007\007\007\007\000\000\000\000\000\ | |
| 284 | \\000" | |
| 285 | ), | |
| 286 | (17, | |
| 287 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 288 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 289 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 290 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 291 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 292 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 293 | \\000\007\007\007\018\007\007\007\007\007\007\007\007\007\007\007\ | |
| 294 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 295 | \\000" | |
| 296 | ), | |
| 297 | (18, | |
| 298 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 299 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 300 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 301 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 302 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 303 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 304 | \\000\007\007\007\007\019\007\007\007\007\007\007\007\007\007\007\ | |
| 305 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 306 | \\000" | |
| 307 | ), | |
| 308 | (20, | |
| 309 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 310 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 311 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 312 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 313 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 314 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 315 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\021\ | |
| 316 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 317 | \\000" | |
| 318 | ), | |
| 319 | (21, | |
| 320 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 321 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 322 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 323 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 324 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 325 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 326 | \\000\007\007\007\007\007\022\007\007\007\007\007\007\007\007\007\ | |
| 327 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 328 | \\000" | |
| 329 | ), | |
| 330 | (23, | |
| 331 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 332 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 333 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 334 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 335 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 336 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 337 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\024\007\ | |
| 338 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 339 | \\000" | |
| 340 | ), | |
| 341 | (24, | |
| 342 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 343 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 344 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 345 | \\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\000\ | |
| 346 | \\000\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\ | |
| 347 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\007\ | |
| 348 | \\000\007\007\007\007\007\025\007\007\007\007\007\007\007\007\007\ | |
| 349 | \\007\007\007\007\007\007\007\007\007\007\007\000\000\000\000\000\ | |
| 350 | \\000" | |
| 351 | ), | |
| 352 | (29, | |
| 353 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 354 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 355 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 356 | \\029\029\029\029\029\029\029\029\029\029\000\000\000\000\000\000\ | |
| 357 | \\000\029\029\029\029\029\029\029\029\029\029\029\029\029\029\029\ | |
| 358 | \\029\029\029\029\029\029\029\029\029\029\029\000\000\000\000\029\ | |
| 359 | \\000\029\029\029\029\029\029\029\029\029\029\029\029\029\029\029\ | |
| 360 | \\029\029\029\029\029\029\029\029\029\029\029\000\000\000\000\000\ | |
| 361 | \\000" | |
| 362 | ), | |
| 363 | (30, | |
| 364 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 365 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 366 | \\000\000\000\000\000\000\000\000\000\000\000\032\000\031\000\000\ | |
| 367 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 368 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 369 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 370 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 371 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 372 | \\000" | |
| 373 | ), | |
| 374 | (33, | |
| 375 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 376 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 377 | \\000\000\000\000\000\000\000\000\000\000\035\000\000\000\000\000\ | |
| 378 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\034\ | |
| 379 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 380 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 381 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 382 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 383 | \\000" | |
| 384 | ), | |
| 385 | (37, | |
| 386 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 387 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 388 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 389 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\038\000\ | |
| 390 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 391 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 392 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 393 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 394 | \\000" | |
| 395 | ), | |
| 396 | (39, | |
| 397 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 398 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 399 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 400 | \\000\000\000\000\000\000\000\000\000\000\000\000\044\042\000\000\ | |
| 401 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 402 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 403 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 404 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\040\000\ | |
| 405 | \\000" | |
| 406 | ), | |
| 407 | (40, | |
| 408 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 409 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 410 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 411 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\041\000\ | |
| 412 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 413 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 414 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 415 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 416 | \\000" | |
| 417 | ), | |
| 418 | (42, | |
| 419 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 420 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 421 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 422 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\043\000\ | |
| 423 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 424 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 425 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 426 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 427 | \\000" | |
| 428 | ), | |
| 429 | (45, | |
| 430 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 431 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 432 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\047\000\000\ | |
| 433 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\046\000\000\ | |
| 434 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 435 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 436 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 437 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 438 | \\000" | |
| 439 | ), | |
| 440 | (48, | |
| 441 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 442 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 443 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\051\049\ | |
| 444 | \\048\048\048\048\048\048\048\048\048\048\000\000\000\000\000\000\ | |
| 445 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 446 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 447 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 448 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 449 | \\000" | |
| 450 | ), | |
| 451 | (49, | |
| 452 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 453 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 454 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 455 | \\050\050\050\050\050\050\050\050\050\050\000\000\000\000\000\000\ | |
| 456 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 457 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 458 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 459 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 460 | \\000" | |
| 461 | ), | |
| 462 | (51, | |
| 463 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 464 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 465 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 466 | \\052\052\052\052\052\052\052\052\052\052\000\000\000\000\000\000\ | |
| 467 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 468 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 469 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 470 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 471 | \\000" | |
| 472 | ), | |
| 473 | (52, | |
| 474 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 475 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 476 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 477 | \\052\052\052\052\052\052\052\052\052\052\000\000\000\000\000\000\ | |
| 478 | \\000\000\000\000\000\053\000\000\000\000\000\000\000\000\000\000\ | |
| 479 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 480 | \\000\000\000\000\000\053\000\000\000\000\000\000\000\000\000\000\ | |
| 481 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 482 | \\000" | |
| 483 | ), | |
| 484 | (53, | |
| 485 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 486 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 487 | \\000\000\000\000\000\000\000\000\000\000\000\055\000\055\000\000\ | |
| 488 | \\054\054\054\054\054\054\054\054\054\054\000\000\000\000\000\000\ | |
| 489 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 490 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 491 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 492 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 493 | \\000" | |
| 494 | ), | |
| 495 | (54, | |
| 496 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 497 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 498 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 499 | \\054\054\054\054\054\054\054\054\054\054\000\000\000\000\000\000\ | |
| 500 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 501 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 502 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 503 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 504 | \\000" | |
| 505 | ), | |
| 506 | (55, | |
| 507 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 508 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 509 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 510 | \\056\056\056\056\056\056\056\056\056\056\000\000\000\000\000\000\ | |
| 511 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 512 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 513 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 514 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 515 | \\000" | |
| 516 | ), | |
| 517 | (57, | |
| 518 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 519 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 520 | \\000\000\000\000\000\000\000\000\000\000\058\000\000\000\000\000\ | |
| 521 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 522 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 523 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 524 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 525 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 526 | \\000" | |
| 527 | ), | |
| 528 | (58, | |
| 529 | "\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 530 | \\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 531 | \\058\058\058\058\058\058\058\058\058\058\059\058\058\058\058\058\ | |
| 532 | \\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 533 | \\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 534 | \\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 535 | \\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 536 | \\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 537 | \\058" | |
| 538 | ), | |
| 539 | (59, | |
| 540 | "\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 541 | \\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 542 | \\058\058\058\058\058\058\058\058\058\058\059\058\058\058\058\060\ | |
| 543 | \\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 544 | \\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 545 | \\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 546 | \\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 547 | \\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\058\ | |
| 548 | \\058" | |
| 549 | ), | |
| 550 | (60, | |
| 551 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 552 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 553 | \\000\000\000\000\000\064\000\000\000\000\000\000\000\000\000\061\ | |
| 554 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 555 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 556 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 557 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 558 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 559 | \\000" | |
| 560 | ), | |
| 561 | (61, | |
| 562 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 563 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 564 | \\000\000\000\000\000\000\000\000\000\000\062\000\000\000\000\000\ | |
| 565 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 566 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 567 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 568 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 569 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 570 | \\000" | |
| 571 | ), | |
| 572 | (62, | |
| 573 | "\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 574 | \\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 575 | \\062\062\062\062\062\062\062\062\062\062\063\062\062\062\062\062\ | |
| 576 | \\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 577 | \\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 578 | \\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 579 | \\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 580 | \\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 581 | \\062" | |
| 582 | ), | |
| 583 | (63, | |
| 584 | "\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 585 | \\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 586 | \\062\062\062\062\062\062\062\062\062\062\063\062\062\062\062\060\ | |
| 587 | \\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 588 | \\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 589 | \\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 590 | \\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 591 | \\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\062\ | |
| 592 | \\062" | |
| 593 | ), | |
| 594 | (64, | |
| 595 | "\064\064\064\064\064\064\064\064\064\064\000\064\064\064\064\064\ | |
| 596 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ | |
| 597 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\065\ | |
| 598 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ | |
| 599 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ | |
| 600 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ | |
| 601 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ | |
| 602 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ | |
| 603 | \\064" | |
| 604 | ), | |
| 605 | (65, | |
| 606 | "\064\064\064\064\064\064\064\064\064\064\000\064\064\064\064\064\ | |
| 607 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ | |
| 608 | \\064\064\064\064\064\064\064\064\064\064\066\064\064\064\064\065\ | |
| 609 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ | |
| 610 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ | |
| 611 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ | |
| 612 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ | |
| 613 | \\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\064\ | |
| 614 | \\064" | |
| 615 | ), | |
| 616 | (66, | |
| 617 | "\066\066\066\066\066\066\066\066\066\066\062\066\066\066\066\066\ | |
| 618 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 619 | \\066\066\066\066\066\066\066\066\066\066\069\066\066\066\066\067\ | |
| 620 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 621 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 622 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 623 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 624 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 625 | \\066" | |
| 626 | ), | |
| 627 | (67, | |
| 628 | "\066\066\066\066\066\066\066\066\066\066\062\066\066\066\066\066\ | |
| 629 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 630 | \\066\066\066\066\066\066\066\066\066\066\068\066\066\066\066\067\ | |
| 631 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 632 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 633 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 634 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 635 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 636 | \\066" | |
| 637 | ), | |
| 638 | (69, | |
| 639 | "\066\066\066\066\066\066\066\066\066\066\062\066\066\066\066\066\ | |
| 640 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 641 | \\066\066\066\066\066\066\066\066\066\066\069\066\066\066\066\065\ | |
| 642 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 643 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 644 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 645 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 646 | \\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\066\ | |
| 647 | \\066" | |
| 648 | ), | |
| 649 | (70, | |
| 650 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 651 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 652 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 653 | \\071\071\071\071\071\071\071\071\071\071\000\000\000\000\000\000\ | |
| 654 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 655 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 656 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 657 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 658 | \\000" | |
| 659 | ), | |
| 660 | (72, | |
| 661 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 662 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 663 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\075\000\000\ | |
| 664 | \\074\074\074\074\074\074\074\074\074\074\000\000\000\000\073\000\ | |
| 665 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 666 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 667 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 668 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 669 | \\000" | |
| 670 | ), | |
| 671 | (74, | |
| 672 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 673 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 674 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\051\049\ | |
| 675 | \\074\074\074\074\074\074\074\074\074\074\000\000\000\000\000\000\ | |
| 676 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 677 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 678 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 679 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 680 | \\000" | |
| 681 | ), | |
| 682 | (75, | |
| 683 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 684 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 685 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 686 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\076\000\ | |
| 687 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 688 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 689 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 690 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 691 | \\000" | |
| 692 | ), | |
| 693 | (78, | |
| 694 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 695 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 696 | \\000\000\000\000\000\000\000\000\000\000\000\079\000\000\000\000\ | |
| 697 | \\074\074\074\074\074\074\074\074\074\074\000\000\000\000\000\000\ | |
| 698 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 699 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 700 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 701 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 702 | \\000" | |
| 703 | ), | |
| 704 | (83, | |
| 47689 | 705 | "\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ | 
| 706 | \\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ | |
| 707 | \\084\084\084\084\084\084\084\000\084\084\084\084\084\084\084\084\ | |
| 46844 | 708 | \\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ | 
| 709 | \\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ | |
| 47689 | 710 | \\084\084\084\084\084\084\084\084\084\084\084\084\087\084\084\084\ | 
| 46844 | 711 | \\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ | 
| 47689 | 712 | \\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ | 
| 713 | \\084" | |
| 46844 | 714 | ), | 
| 715 | (84, | |
| 47689 | 716 | "\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ | 
| 46844 | 717 | \\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ | 
| 47689 | 718 | \\084\084\084\084\084\084\084\086\084\084\084\084\084\084\084\084\ | 
| 46844 | 719 | \\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ | 
| 720 | \\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ | |
| 721 | \\084\084\084\084\084\084\084\084\084\084\084\084\085\084\084\084\ | |
| 722 | \\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ | |
| 47689 | 723 | \\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\084\ | 
| 724 | \\084" | |
| 725 | ), | |
| 726 | (85, | |
| 727 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 728 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 729 | \\000\000\000\000\000\000\000\084\000\000\000\000\000\000\000\000\ | |
| 730 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 731 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 732 | \\000\000\000\000\000\000\000\000\000\000\000\000\084\000\000\000\ | |
| 733 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 734 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 46844 | 735 | \\000" | 
| 736 | ), | |
| 47689 | 737 | (89, | 
| 738 | "\089\089\089\089\089\089\089\089\089\089\000\089\089\089\089\089\ | |
| 739 | \\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ | |
| 740 | \\089\089\089\089\089\100\089\089\089\089\089\089\089\089\089\090\ | |
| 741 | \\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ | |
| 742 | \\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ | |
| 743 | \\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ | |
| 744 | \\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ | |
| 745 | \\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ | |
| 746 | \\089" | |
| 747 | ), | |
| 46844 | 748 | (90, | 
| 47689 | 749 | "\089\089\089\089\089\089\089\089\089\089\000\089\089\089\089\089\ | 
| 750 | \\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ | |
| 751 | \\089\089\089\089\089\100\089\089\089\089\091\089\089\089\089\090\ | |
| 752 | \\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ | |
| 753 | \\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ | |
| 754 | \\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ | |
| 755 | \\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ | |
| 756 | \\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\089\ | |
| 757 | \\089" | |
| 46844 | 758 | ), | 
| 759 | (91, | |
| 47689 | 760 | "\091\091\091\091\091\091\091\091\091\091\062\091\091\091\091\091\ | 
| 761 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 762 | \\091\091\091\091\091\095\091\091\091\091\094\091\091\091\091\092\ | |
| 763 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 764 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 765 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 766 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 767 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 768 | \\091" | |
| 46844 | 769 | ), | 
| 770 | (92, | |
| 47689 | 771 | "\091\091\091\091\091\091\091\091\091\091\062\091\091\091\091\091\ | 
| 772 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 773 | \\091\091\091\091\091\095\091\091\091\091\093\091\091\091\091\092\ | |
| 774 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 775 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 776 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 777 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 778 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 779 | \\091" | |
| 46844 | 780 | ), | 
| 47689 | 781 | (94, | 
| 782 | "\091\091\091\091\091\091\091\091\091\091\062\091\091\091\091\091\ | |
| 783 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 784 | \\091\091\091\091\091\095\091\091\091\091\094\091\091\091\091\090\ | |
| 785 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 786 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 787 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 788 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 789 | \\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\091\ | |
| 790 | \\091" | |
| 46844 | 791 | ), | 
| 792 | (95, | |
| 47689 | 793 | "\095\095\095\095\095\095\095\095\095\095\062\095\095\095\095\095\ | 
| 794 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 795 | \\095\095\095\095\095\095\095\095\095\095\098\095\095\095\095\096\ | |
| 796 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 797 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 798 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 799 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 800 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 801 | \\095" | |
| 46844 | 802 | ), | 
| 803 | (96, | |
| 47689 | 804 | "\095\095\095\095\095\095\095\095\095\095\062\095\095\095\095\095\ | 
| 805 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 806 | \\095\095\095\095\095\095\095\095\095\095\097\095\095\095\095\096\ | |
| 807 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 808 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 809 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 810 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 811 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 812 | \\095" | |
| 46844 | 813 | ), | 
| 47689 | 814 | (98, | 
| 815 | "\095\095\095\095\095\095\095\095\095\095\062\095\095\095\095\095\ | |
| 816 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 817 | \\095\095\095\095\095\095\095\095\095\095\098\095\095\095\095\099\ | |
| 818 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 819 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 820 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 821 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 822 | \\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\095\ | |
| 823 | \\095" | |
| 46844 | 824 | ), | 
| 825 | (99, | |
| 47689 | 826 | "\100\100\100\100\100\100\100\100\100\100\000\100\100\100\100\100\ | 
| 827 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ | |
| 828 | \\100\100\100\100\100\100\100\100\100\100\095\100\100\100\100\099\ | |
| 829 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ | |
| 830 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ | |
| 831 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ | |
| 832 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ | |
| 833 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ | |
| 834 | \\100" | |
| 46844 | 835 | ), | 
| 836 | (100, | |
| 47689 | 837 | "\100\100\100\100\100\100\100\100\100\100\000\100\100\100\100\100\ | 
| 838 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ | |
| 839 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\099\ | |
| 840 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ | |
| 841 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ | |
| 842 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ | |
| 843 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ | |
| 844 | \\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\100\ | |
| 845 | \\100" | |
| 46844 | 846 | ), | 
| 847 | (101, | |
| 47689 | 848 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 849 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 850 | \\000\000\000\000\131\000\000\000\000\000\000\000\000\000\000\000\ | |
| 851 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 852 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 853 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 854 | \\000\102\102\128\102\102\124\102\102\118\102\102\108\102\102\102\ | |
| 855 | \\102\102\102\102\103\102\102\102\102\102\102\000\000\000\000\000\ | |
| 856 | \\000" | |
| 46844 | 857 | ), | 
| 858 | (102, | |
| 859 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 860 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 861 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 862 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | |
| 863 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 864 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 865 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 866 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 867 | \\000" | 
| 868 | ), | |
| 869 | (103, | |
| 870 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 871 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 872 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 873 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 874 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 875 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 876 | \\000\102\102\102\102\102\106\102\104\102\102\102\102\102\102\102\ | |
| 877 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 878 | \\000" | 
| 879 | ), | |
| 880 | (104, | |
| 881 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 882 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 883 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 884 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 885 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 886 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 887 | \\000\102\102\102\102\102\105\102\102\102\102\102\102\102\102\102\ | |
| 888 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 889 | \\000" | 
| 890 | ), | |
| 47689 | 891 | (106, | 
| 46844 | 892 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 893 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 894 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 895 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 896 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 897 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 898 | \\000\102\102\102\102\102\107\102\102\102\102\102\102\102\102\102\ | |
| 899 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 900 | \\000" | 
| 901 | ), | |
| 47689 | 902 | (108, | 
| 46844 | 903 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 904 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 905 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 906 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 907 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 908 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 909 | \\000\102\102\102\102\109\102\102\102\102\102\102\102\102\102\102\ | |
| 910 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 911 | \\000" | 
| 912 | ), | |
| 913 | (109, | |
| 914 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 915 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 916 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 917 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 918 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 919 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 920 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 921 | \\102\102\102\102\110\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 922 | \\000" | 
| 923 | ), | |
| 924 | (110, | |
| 925 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 926 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 927 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 928 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 929 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 930 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\111\ | |
| 931 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 932 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 933 | \\000" | 
| 934 | ), | |
| 935 | (111, | |
| 936 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 937 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 938 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 939 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 940 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 941 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 942 | \\000\102\102\102\102\102\115\102\102\102\102\102\102\102\102\102\ | |
| 943 | \\102\102\102\102\112\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 944 | \\000" | 
| 945 | ), | |
| 946 | (112, | |
| 947 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 948 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 949 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 950 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 951 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 952 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 953 | \\000\102\102\102\102\102\114\102\102\102\102\102\102\102\102\102\ | |
| 954 | \\102\102\102\102\113\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 955 | \\000" | 
| 956 | ), | |
| 47689 | 957 | (115, | 
| 46844 | 958 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 959 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 960 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 961 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 962 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 963 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 964 | \\000\102\102\102\102\102\117\102\102\102\102\102\102\102\102\102\ | |
| 965 | \\102\102\102\102\116\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 966 | \\000" | 
| 967 | ), | |
| 47689 | 968 | (118, | 
| 46844 | 969 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 970 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 971 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 972 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 973 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 974 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 975 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 976 | \\102\102\102\102\119\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 977 | \\000" | 
| 978 | ), | |
| 979 | (119, | |
| 980 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 981 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 982 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 983 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 984 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 985 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 986 | \\000\102\102\102\102\120\102\102\102\102\102\102\102\102\102\102\ | |
| 987 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 988 | \\000" | 
| 989 | ), | |
| 990 | (120, | |
| 991 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 992 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 993 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 994 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 995 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 996 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\121\ | |
| 997 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 998 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 999 | \\000" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1000 | ), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1001 | (121, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1002 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1003 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1004 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 47689 | 1005 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 1006 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 1007 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 1008 | \\000\102\102\102\102\102\123\102\102\102\102\102\102\102\102\102\ | |
| 1009 | \\102\102\102\102\122\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 1010 | \\000" | 
| 1011 | ), | |
| 47689 | 1012 | (124, | 
| 46844 | 1013 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 1014 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1015 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 1016 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 1017 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 1018 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 1019 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\125\ | |
| 1020 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 1021 | \\000" | 
| 1022 | ), | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1023 | (125, | 
| 46844 | 1024 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 1025 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1026 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47689 | 1027 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 1028 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 1029 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 1030 | \\000\102\102\102\102\102\127\102\102\102\102\102\102\102\102\102\ | |
| 1031 | \\102\102\102\102\126\102\102\102\102\102\102\000\000\000\000\000\ | |
| 46844 | 1032 | \\000" | 
| 1033 | ), | |
| 47689 | 1034 | (128, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1035 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1036 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1037 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 47689 | 1038 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 1039 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 1040 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 1041 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\129\102\ | |
| 1042 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1043 | \\000" | 
| 46844 | 1044 | ), | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1045 | (129, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1046 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1047 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1048 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 47689 | 1049 | \\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\000\ | 
| 1050 | \\000\102\102\102\102\102\102\102\102\102\102\102\102\102\102\102\ | |
| 1051 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\102\ | |
| 1052 | \\000\102\102\102\102\102\130\102\102\102\102\102\102\102\102\102\ | |
| 1053 | \\102\102\102\102\102\102\102\102\102\102\102\000\000\000\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1054 | \\000" | 
| 46844 | 1055 | ), | 
| 47689 | 1056 | (131, | 
| 46844 | 1057 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 1058 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1059 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 47689 | 1060 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 1061 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1062 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1063 | \\000\132\132\132\132\132\132\132\132\132\132\132\132\132\132\132\ | |
| 1064 | \\132\132\132\132\132\132\132\132\132\132\132\000\000\000\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1065 | \\000" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1066 | ), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1067 | (132, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1068 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1069 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1070 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 47689 | 1071 | \\132\132\132\132\132\132\132\132\132\132\000\000\000\000\000\000\ | 
| 1072 | \\000\132\132\132\132\132\132\132\132\132\132\132\132\132\132\132\ | |
| 1073 | \\132\132\132\132\132\132\132\132\132\132\132\000\000\000\000\132\ | |
| 1074 | \\000\132\132\132\132\132\132\132\132\132\132\132\132\132\132\132\ | |
| 1075 | \\132\132\132\132\132\132\132\132\132\132\132\000\000\000\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1076 | \\000" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1077 | ), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1078 | (133, | 
| 47689 | 1079 | "\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\ | 
| 1080 | \\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\ | |
| 1081 | \\134\134\000\134\134\134\134\134\134\134\134\134\134\134\134\134\ | |
| 1082 | \\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\ | |
| 1083 | \\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\ | |
| 1084 | \\134\134\134\134\134\134\134\134\134\134\134\134\137\134\134\134\ | |
| 1085 | \\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\ | |
| 1086 | \\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\ | |
| 1087 | \\134" | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1088 | ), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1089 | (134, | 
| 47689 | 1090 | "\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\ | 
| 1091 | \\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\ | |
| 1092 | \\134\134\136\134\134\134\134\134\134\134\134\134\134\134\134\134\ | |
| 1093 | \\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\ | |
| 1094 | \\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\ | |
| 1095 | \\134\134\134\134\134\134\134\134\134\134\134\134\135\134\134\134\ | |
| 1096 | \\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\ | |
| 1097 | \\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\134\ | |
| 1098 | \\134" | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1099 | ), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1100 | (135, | 
| 47689 | 1101 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 1102 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1103 | \\000\000\134\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1104 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1105 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1106 | \\000\000\000\000\000\000\000\000\000\000\000\000\134\000\000\000\ | |
| 1107 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1108 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1109 | \\000" | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1110 | ), | 
| 47689 | 1111 | (138, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1112 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1113 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 47689 | 1114 | \\000\141\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 1115 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\140\139\000\ | |
| 46844 | 1116 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 1117 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1118 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1119 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1120 | \\000" | |
| 1121 | ), | |
| 47689 | 1122 | (142, | 
| 1123 | "\000\000\000\000\000\000\000\000\000\142\000\000\000\000\000\000\ | |
| 1124 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1125 | \\142\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 46844 | 1126 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 1127 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1128 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1129 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1130 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1131 | \\000" | |
| 1132 | ), | |
| 47689 | 1133 | (143, | 
| 1134 | "\000\000\000\000\000\000\000\000\000\000\144\000\000\000\000\000\ | |
| 46844 | 1135 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | 
| 1136 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1137 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1138 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1139 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1140 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1141 | \\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ | |
| 1142 | \\000" | |
| 1143 | ), | |
| 1144 | (0, "")] | |
| 1145 | fun f x = x | |
| 1146 | val s = map f (rev (tl (rev s))) | |
| 1147 | exception LexHackingError | |
| 1148 | fun look ((j,x)::r, i: int) = if i = j then x else look(r, i) | |
| 1149 | | look ([], i) = raise LexHackingError | |
| 1150 | fun g {fin=x, trans=i} = {fin=x, trans=look(s,i)} 
 | |
| 1151 | in Vector.fromList(map g | |
| 1152 | [{fin = [], trans = 0},
 | |
| 1153 | {fin = [(N 2)], trans = 1},
 | |
| 1154 | {fin = [(N 2)], trans = 1},
 | |
| 1155 | {fin = [(N 84)], trans = 3},
 | |
| 1156 | {fin = [(N 71)], trans = 0},
 | |
| 1157 | {fin = [(N 61)], trans = 0},
 | |
| 1158 | {fin = [(N 86)], trans = 0},
 | |
| 47689 | 1159 | {fin = [(N 271)], trans = 7},
 | 
| 1160 | {fin = [(N 271)], trans = 8},
 | |
| 1161 | {fin = [(N 271)], trans = 9},
 | |
| 1162 | {fin = [(N 174),(N 271)], trans = 7},
 | |
| 1163 | {fin = [(N 271)], trans = 11},
 | |
| 1164 | {fin = [(N 186),(N 271)], trans = 7},
 | |
| 1165 | {fin = [(N 271)], trans = 13},
 | |
| 1166 | {fin = [(N 271)], trans = 14},
 | |
| 1167 | {fin = [(N 271)], trans = 15},
 | |
| 1168 | {fin = [(N 271)], trans = 16},
 | |
| 1169 | {fin = [(N 271)], trans = 17},
 | |
| 1170 | {fin = [(N 271)], trans = 18},
 | |
| 1171 | {fin = [(N 194),(N 271)], trans = 7},
 | |
| 1172 | {fin = [(N 271)], trans = 20},
 | |
| 1173 | {fin = [(N 271)], trans = 21},
 | |
| 1174 | {fin = [(N 178),(N 271)], trans = 7},
 | |
| 1175 | {fin = [(N 271)], trans = 23},
 | |
| 1176 | {fin = [(N 271)], trans = 24},
 | |
| 1177 | {fin = [(N 182),(N 271)], trans = 7},
 | |
| 46844 | 1178 | {fin = [(N 25)], trans = 0},
 | 
| 1179 | {fin = [(N 80)], trans = 0},
 | |
| 1180 | {fin = [(N 50)], trans = 0},
 | |
| 47689 | 1181 | {fin = [(N 145)], trans = 29},
 | 
| 46844 | 1182 | {fin = [(N 23)], trans = 30},
 | 
| 1183 | {fin = [(N 15)], trans = 0},
 | |
| 1184 | {fin = [(N 12)], trans = 0},
 | |
| 1185 | {fin = [(N 78)], trans = 33},
 | |
| 1186 | {fin = [(N 21)], trans = 0},
 | |
| 47689 | 1187 | {fin = [(N 303)], trans = 0},
 | 
| 46844 | 1188 | {fin = [(N 38)], trans = 0},
 | 
| 1189 | {fin = [(N 31)], trans = 37},
 | |
| 1190 | {fin = [(N 48)], trans = 0},
 | |
| 1191 | {fin = [], trans = 39},
 | |
| 1192 | {fin = [], trans = 40},
 | |
| 1193 | {fin = [(N 68)], trans = 0},
 | |
| 1194 | {fin = [(N 41)], trans = 42},
 | |
| 1195 | {fin = [(N 45)], trans = 0},
 | |
| 47689 | 1196 | {fin = [(N 297)], trans = 0},
 | 
| 46844 | 1197 | {fin = [(N 27)], trans = 45},
 | 
| 1198 | {fin = [(N 36)], trans = 0},
 | |
| 47689 | 1199 | {fin = [(N 306)], trans = 0},
 | 
| 46844 | 1200 | {fin = [(N 126)], trans = 48},
 | 
| 1201 | {fin = [], trans = 49},
 | |
| 1202 | {fin = [(N 104)], trans = 49},
 | |
| 1203 | {fin = [], trans = 51},
 | |
| 1204 | {fin = [(N 119)], trans = 52},
 | |
| 1205 | {fin = [], trans = 53},
 | |
| 1206 | {fin = [(N 119)], trans = 54},
 | |
| 1207 | {fin = [], trans = 55},
 | |
| 1208 | {fin = [(N 119)], trans = 55},
 | |
| 1209 | {fin = [], trans = 57},
 | |
| 1210 | {fin = [], trans = 58},
 | |
| 1211 | {fin = [], trans = 59},
 | |
| 47689 | 1212 | {fin = [(N 170)], trans = 60},
 | 
| 46844 | 1213 | {fin = [], trans = 61},
 | 
| 1214 | {fin = [], trans = 62},
 | |
| 1215 | {fin = [], trans = 63},
 | |
| 47689 | 1216 | {fin = [(N 170)], trans = 64},
 | 
| 1217 | {fin = [(N 170)], trans = 65},
 | |
| 1218 | {fin = [(N 170)], trans = 66},
 | |
| 1219 | {fin = [(N 170)], trans = 67},
 | |
| 1220 | {fin = [(N 170)], trans = 66},
 | |
| 1221 | {fin = [(N 170)], trans = 69},
 | |
| 46844 | 1222 | {fin = [(N 73)], trans = 70},
 | 
| 1223 | {fin = [(N 130)], trans = 70},
 | |
| 1224 | {fin = [], trans = 72},
 | |
| 1225 | {fin = [(N 55)], trans = 0},
 | |
| 1226 | {fin = [(N 123)], trans = 74},
 | |
| 1227 | {fin = [(N 58)], trans = 75},
 | |
| 47689 | 1228 | {fin = [(N 294)], trans = 0},
 | 
| 46844 | 1229 | {fin = [(N 29)], trans = 0},
 | 
| 47689 | 1230 | {fin = [(N 288)], trans = 78},
 | 
| 46844 | 1231 | {fin = [(N 76)], trans = 0},
 | 
| 47689 | 1232 | {fin = [(N 290)], trans = 0},
 | 
| 46844 | 1233 | {fin = [(N 82)], trans = 0},
 | 
| 1234 | {fin = [(N 52)], trans = 0},
 | |
| 1235 | {fin = [], trans = 83},
 | |
| 1236 | {fin = [], trans = 84},
 | |
| 1237 | {fin = [], trans = 85},
 | |
| 47689 | 1238 | {fin = [(N 139)], trans = 0},
 | 
| 46844 | 1239 | {fin = [], trans = 85},
 | 
| 1240 | {fin = [(N 9)], trans = 0},
 | |
| 47689 | 1241 | {fin = [(N 170)], trans = 89},
 | 
| 1242 | {fin = [(N 170)], trans = 90},
 | |
| 1243 | {fin = [(N 170)], trans = 91},
 | |
| 1244 | {fin = [(N 170)], trans = 92},
 | |
| 1245 | {fin = [(N 170)], trans = 91},
 | |
| 1246 | {fin = [(N 170)], trans = 94},
 | |
| 1247 | {fin = [(N 170)], trans = 95},
 | |
| 1248 | {fin = [(N 170)], trans = 96},
 | |
| 1249 | {fin = [(N 170)], trans = 95},
 | |
| 1250 | {fin = [(N 170)], trans = 98},
 | |
| 1251 | {fin = [(N 170)], trans = 99},
 | |
| 1252 | {fin = [(N 170)], trans = 100},
 | |
| 1253 | {fin = [], trans = 101},
 | |
| 1254 | {fin = [(N 278)], trans = 102},
 | |
| 1255 | {fin = [(N 278)], trans = 103},
 | |
| 1256 | {fin = [(N 278)], trans = 104},
 | |
| 1257 | {fin = [(N 199),(N 278)], trans = 102},
 | |
| 1258 | {fin = [(N 278)], trans = 106},
 | |
| 1259 | {fin = [(N 219),(N 278)], trans = 102},
 | |
| 1260 | {fin = [(N 278)], trans = 108},
 | |
| 1261 | {fin = [(N 278)], trans = 109},
 | |
| 1262 | {fin = [(N 278)], trans = 110},
 | |
| 1263 | {fin = [(N 278)], trans = 111},
 | |
| 1264 | {fin = [(N 278)], trans = 112},
 | |
| 1265 | {fin = [(N 265),(N 278)], trans = 102},
 | |
| 1266 | {fin = [(N 241),(N 278)], trans = 102},
 | |
| 1267 | {fin = [(N 278)], trans = 115},
 | |
| 1268 | {fin = [(N 257),(N 278)], trans = 102},
 | |
| 1269 | {fin = [(N 249),(N 278)], trans = 102},
 | |
| 1270 | {fin = [(N 278)], trans = 118},
 | |
| 1271 | {fin = [(N 278)], trans = 119},
 | |
| 1272 | {fin = [(N 278)], trans = 120},
 | |
| 1273 | {fin = [(N 278)], trans = 121},
 | |
| 1274 | {fin = [(N 233),(N 278)], trans = 102},
 | |
| 1275 | {fin = [(N 226),(N 278)], trans = 102},
 | |
| 1276 | {fin = [(N 278)], trans = 124},
 | |
| 1277 | {fin = [(N 278)], trans = 125},
 | |
| 1278 | {fin = [(N 214),(N 278)], trans = 102},
 | |
| 1279 | {fin = [(N 204),(N 278)], trans = 102},
 | |
| 1280 | {fin = [(N 278)], trans = 128},
 | |
| 1281 | {fin = [(N 278)], trans = 129},
 | |
| 1282 | {fin = [(N 209),(N 278)], trans = 102},
 | |
| 1283 | {fin = [], trans = 131},
 | |
| 1284 | {fin = [(N 286)], trans = 132},
 | |
| 1285 | {fin = [], trans = 133},
 | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1286 | {fin = [], trans = 134},
 | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1287 | {fin = [], trans = 135},
 | 
| 46844 | 1288 | {fin = [(N 95)], trans = 0},
 | 
| 47689 | 1289 | {fin = [], trans = 135},
 | 
| 1290 | {fin = [(N 33)], trans = 138},
 | |
| 1291 | {fin = [(N 300)], trans = 0},
 | |
| 46844 | 1292 | {fin = [(N 64)], trans = 0},
 | 
| 1293 | {fin = [(N 18)], trans = 0},
 | |
| 47689 | 1294 | {fin = [(N 2)], trans = 142},
 | 
| 1295 | {fin = [(N 7)], trans = 143},
 | |
| 46844 | 1296 | {fin = [(N 7)], trans = 0}])
 | 
| 1297 | end | |
| 1298 | structure StartStates = | |
| 1299 | struct | |
| 1300 | datatype yystartstate = STARTSTATE of int | |
| 1301 | ||
| 1302 | (* start state definitions *) | |
| 1303 | ||
| 1304 | val INITIAL = STARTSTATE 1; | |
| 1305 | ||
| 1306 | end | |
| 1307 | type result = UserDeclarations.lexresult | |
| 1308 | exception LexerError (* raised if illegal leaf action tried *) | |
| 1309 | end | |
| 1310 | ||
| 1311 | fun makeLexer yyinput = | |
| 1312 | let val yygone0=1 | |
| 1313 | val yyb = Unsynchronized.ref "\n" (* buffer *) | |
| 1314 | val yybl = Unsynchronized.ref 1 (*buffer length *) | |
| 1315 | val yybufpos = Unsynchronized.ref 1 (* location of next character to use *) | |
| 1316 | val yygone = Unsynchronized.ref yygone0 (* position in file of beginning of buffer *) | |
| 1317 | val yydone = Unsynchronized.ref false (* eof found yet? *) | |
| 1318 | val yybegin = Unsynchronized.ref 1 (*Current 'start state' for lexer *) | |
| 1319 | ||
| 1320 | val YYBEGIN = fn (Internal.StartStates.STARTSTATE x) => | |
| 1321 | yybegin := x | |
| 1322 | ||
| 1323 | fun lex (yyarg as (file_name:string)) = | |
| 1324 | let fun continue() : Internal.result = | |
| 1325 | let fun scan (s,AcceptingLeaves : Internal.yyfinstate list list,l,i0) = | |
| 1326 | let fun action (i,nil) = raise LexError | |
| 1327 | | action (i,nil::l) = action (i-1,l) | |
| 1328 | | action (i,(node::acts)::l) = | |
| 1329 | case node of | |
| 1330 | Internal.N yyk => | |
| 1331 | (let fun yymktext() = substring(!yyb,i0,i-i0) | |
| 1332 | val yypos = i0+ !yygone | |
| 1333 | open UserDeclarations Internal.StartStates | |
| 1334 | in (yybufpos := i; case yyk of | |
| 1335 | ||
| 1336 | (* Application actions *) | |
| 1337 | ||
| 1338 | 104 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.RATIONAL(yytext,!linep,!col) end | |
| 1339 | | 119 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.REAL(yytext,!linep,!col) end | |
| 1340 | | 12 => (col:=yypos-(!eolpos); T.INDEF_CHOICE(!linep,!col)) | |
| 1341 | | 123 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.SIGNED_INTEGER(yytext,!linep,!col) end | |
| 1342 | | 126 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.UNSIGNED_INTEGER(yytext,!linep,!col) end | |
| 1343 | | 130 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.DOT_DECIMAL(yytext,!linep,!col) end | |
| 47689 | 1344 | | 139 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.SINGLE_QUOTED(yytext,!linep,!col) end | 
| 1345 | | 145 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.UPPER_WORD(yytext,!linep,!col) end | |
| 46844 | 1346 | | 15 => (col:=yypos-(!eolpos); T.DEFIN_CHOICE(!linep,!col)) | 
| 47689 | 1347 | | 170 => let val yytext=yymktext() in col:=yypos-(!eolpos); count_commentlines yytext;T.COMMENT(yytext,!linep,!col) end | 
| 1348 | | 174 => (col:=yypos-(!eolpos); T.THF(!linep,!col)) | |
| 1349 | | 178 => (col:=yypos-(!eolpos); T.FOF(!linep,!col)) | |
| 46844 | 1350 | | 18 => (col:=yypos-(!eolpos); T.OPERATOR_FORALL(!linep,!col)) | 
| 47689 | 1351 | | 182 => (col:=yypos-(!eolpos); T.CNF(!linep,!col)) | 
| 1352 | | 186 => (col:=yypos-(!eolpos); T.TFF(!linep,!col)) | |
| 1353 | | 194 => (col:=yypos-(!eolpos); T.INCLUDE(!linep,!col)) | |
| 1354 | | 199 => (col:=yypos-(!eolpos); T.DTHF(!linep,!col)) | |
| 46844 | 1355 | | 2 => let val yytext=yymktext() in col:=(!col)+size yytext; continue () end | 
| 47689 | 1356 | | 204 => (col:=yypos-(!eolpos); T.DFOF(!linep,!col)) | 
| 1357 | | 209 => (col:=yypos-(!eolpos); T.DCNF(!linep,!col)) | |
| 46844 | 1358 | | 21 => (col:=yypos-(!eolpos); T.OPERATOR_EXISTS(!linep,!col)) | 
| 47689 | 1359 | | 214 => (col:=yypos-(!eolpos); T.DFOT(!linep,!col)) | 
| 1360 | | 219 => (col:=yypos-(!eolpos); T.DTFF(!linep,!col)) | |
| 1361 | | 226 => (col:=yypos-(!eolpos); T.ITE_F(!linep,!col)) | |
| 46844 | 1362 | | 23 => (col:=yypos-(!eolpos); T.AT_SIGN(!linep,!col)) | 
| 47689 | 1363 | | 233 => (col:=yypos-(!eolpos); T.ITE_T(!linep,!col)) | 
| 1364 | | 241 => (col:=yypos-(!eolpos); T.LET_TF(!linep,!col)) | |
| 1365 | | 249 => (col:=yypos-(!eolpos); T.LET_FF(!linep,!col)) | |
| 46844 | 1366 | | 25 => (col:=yypos-(!eolpos); T.CARET(!linep,!col)) | 
| 47689 | 1367 | | 257 => (col:=yypos-(!eolpos); T.LET_FT(!linep,!col)) | 
| 1368 | | 265 => (col:=yypos-(!eolpos); T.LET_TT(!linep,!col)) | |
| 46844 | 1369 | | 27 => (col:=yypos-(!eolpos); T.COLON(!linep,!col)) | 
| 47689 | 1370 | | 271 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.LOWER_WORD(yytext,!linep,!col) end | 
| 1371 | | 278 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.DOLLAR_WORD(yytext,!linep,!col) end | |
| 1372 | | 286 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.DOLLAR_DOLLAR_WORD(yytext,!linep,!col) end | |
| 1373 | | 288 => (col:=yypos-(!eolpos); T.PLUS(!linep,!col)) | |
| 46844 | 1374 | | 29 => (col:=yypos-(!eolpos); T.COMMA(!linep,!col)) | 
| 47689 | 1375 | | 290 => (col:=yypos-(!eolpos); T.TIMES(!linep,!col)) | 
| 1376 | | 294 => (col:=yypos-(!eolpos); T.GENTZEN_ARROW(!linep,!col)) | |
| 1377 | | 297 => (col:=yypos-(!eolpos); T.SUBTYPE(!linep,!col)) | |
| 1378 | | 300 => (col:=yypos-(!eolpos); T.DEP_PROD(!linep,!col)) | |
| 1379 | | 303 => (col:=yypos-(!eolpos); T.DEP_SUM(!linep,!col)) | |
| 1380 | | 306 => (col:=yypos-(!eolpos); T.LET_TERM(!linep,!col)) | |
| 46844 | 1381 | | 31 => (col:=yypos-(!eolpos); T.EQUALS(!linep,!col)) | 
| 1382 | | 33 => (col:=yypos-(!eolpos); T.EXCLAMATION(!linep,!col)) | |
| 1383 | | 36 => (col:=yypos-(!eolpos); T.LET(!linep,!col)) | |
| 1384 | | 38 => (col:=yypos-(!eolpos); T.ARROW(!linep,!col)) | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1385 | | 41 => (col:=yypos-(!eolpos); T.FI(!linep,!col)) | 
| 46844 | 1386 | | 45 => (col:=yypos-(!eolpos); T.IFF(!linep,!col)) | 
| 1387 | | 48 => (col:=yypos-(!eolpos); T.IMPLIES(!linep,!col)) | |
| 1388 | | 50 => (col:=yypos-(!eolpos); T.LBRKT(!linep,!col)) | |
| 1389 | | 52 => (col:=yypos-(!eolpos); T.LPAREN(!linep,!col)) | |
| 1390 | | 55 => (col:=yypos-(!eolpos); T.MAP_TO(!linep,!col)) | |
| 1391 | | 58 => (col:=yypos-(!eolpos); T.MMINUS(!linep,!col)) | |
| 1392 | | 61 => (col:=yypos-(!eolpos); T.NAND(!linep,!col)) | |
| 1393 | | 64 => (col:=yypos-(!eolpos); T.NEQUALS(!linep,!col)) | |
| 1394 | | 68 => (col:=yypos-(!eolpos); T.XOR(!linep,!col)) | |
| 1395 | | 7 => let val yytext=yymktext() in linep:=(!linep)+1; | |
| 1396 | eolpos:=yypos+size yytext; continue () end | |
| 1397 | | 71 => (col:=yypos-(!eolpos); T.NOR(!linep,!col)) | |
| 1398 | | 73 => (col:=yypos-(!eolpos); T.PERIOD(!linep,!col)) | |
| 1399 | | 76 => (col:=yypos-(!eolpos); T.PPLUS(!linep,!col)) | |
| 1400 | | 78 => (col:=yypos-(!eolpos); T.QUESTION(!linep,!col)) | |
| 1401 | | 80 => (col:=yypos-(!eolpos); T.RBRKT(!linep,!col)) | |
| 1402 | | 82 => (col:=yypos-(!eolpos); T.RPAREN(!linep,!col)) | |
| 1403 | | 84 => (col:=yypos-(!eolpos); T.TILDE(!linep,!col)) | |
| 1404 | | 86 => (col:=yypos-(!eolpos); T.VLINE(!linep,!col)) | |
| 1405 | | 9 => (col:=yypos-(!eolpos); T.AMPERSAND(!linep,!col)) | |
| 1406 | | 95 => let val yytext=yymktext() in col:=yypos-(!eolpos); T.DISTINCT_OBJECT(yytext,!linep,!col) end | |
| 1407 | | _ => raise Internal.LexerError | |
| 1408 | ||
| 1409 | ) end ) | |
| 1410 | ||
| 1411 | 	val {fin,trans} = Vector.sub(Internal.tab, s)
 | |
| 1412 | val NewAcceptingLeaves = fin::AcceptingLeaves | |
| 1413 | in if l = !yybl then | |
| 1414 | if trans = #trans(Vector.sub(Internal.tab,0)) | |
| 1415 | then action(l,NewAcceptingLeaves | |
| 1416 | ) else let val newchars= if !yydone then "" else yyinput 1024 | |
| 1417 | in if (size newchars)=0 | |
| 1418 | then (yydone := true; | |
| 1419 | if (l=i0) then UserDeclarations.eof yyarg | |
| 1420 | else action(l,NewAcceptingLeaves)) | |
| 1421 | else (if i0=l then yyb := newchars | |
| 1422 | else yyb := substring(!yyb,i0,l-i0)^newchars; | |
| 1423 | yygone := !yygone+i0; | |
| 1424 | yybl := size (!yyb); | |
| 1425 | scan (s,AcceptingLeaves,l-i0,0)) | |
| 1426 | end | |
| 47316 
15428dd82b54
removed use of CharVector in generated parser, to make SMLNJ happy
 sultana parents: 
46844diff
changeset | 1427 | else let val NewChar = Char.ord(String.sub(!yyb,l)) | 
| 46844 | 1428 | val NewChar = if NewChar<128 then NewChar else 128 | 
| 47316 
15428dd82b54
removed use of CharVector in generated parser, to make SMLNJ happy
 sultana parents: 
46844diff
changeset | 1429 | val NewState = Char.ord(String.sub(trans,NewChar)) | 
| 46844 | 1430 | in if NewState=0 then action(l,NewAcceptingLeaves) | 
| 1431 | else scan(NewState,NewAcceptingLeaves,l+1,i0) | |
| 1432 | end | |
| 1433 | end | |
| 1434 | (* | |
| 1435 | val start= if substring(!yyb,!yybufpos-1,1)="\n" | |
| 1436 | then !yybegin+1 else !yybegin | |
| 1437 | *) | |
| 1438 | in scan(!yybegin (* start *),nil,!yybufpos,!yybufpos) | |
| 1439 | end | |
| 1440 | in continue end | |
| 1441 | in lex | |
| 1442 | end | |
| 1443 | end | |
| 1444 | functor TPTPLrValsFun(structure Token : TOKEN) | |
| 1445 | : sig structure ParserData : PARSER_DATA | |
| 1446 | structure Tokens : TPTP_TOKENS | |
| 1447 | end | |
| 1448 | = | |
| 1449 | struct | |
| 1450 | structure ParserData= | |
| 1451 | struct | |
| 1452 | structure Header = | |
| 1453 | struct | |
| 1454 | open TPTP_Syntax | |
| 1455 | ||
| 1456 | exception UNRECOGNISED_SYMBOL of string * string | |
| 1457 | ||
| 1458 | exception UNRECOGNISED_ROLE of string | |
| 1459 | fun classify_role role = | |
| 1460 | case role of | |
| 1461 | "axiom" => Role_Axiom | |
| 1462 | | "hypothesis" => Role_Hypothesis | |
| 1463 | | "definition" => Role_Definition | |
| 1464 | | "assumption" => Role_Assumption | |
| 1465 | | "lemma" => Role_Lemma | |
| 1466 | | "theorem" => Role_Theorem | |
| 1467 | | "conjecture" => Role_Conjecture | |
| 1468 | | "negated_conjecture" => Role_Negated_Conjecture | |
| 1469 | | "plain" => Role_Plain | |
| 1470 | | "fi_domain" => Role_Fi_Domain | |
| 1471 | | "fi_functors" => Role_Fi_Functors | |
| 1472 | | "fi_predicates" => Role_Fi_Predicates | |
| 1473 | | "type" => Role_Type | |
| 1474 | | "unknown" => Role_Unknown | |
| 1475 | | thing => raise (UNRECOGNISED_ROLE thing) | |
| 1476 | ||
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1477 | fun extract_quant_info (Quant (quantifier, vars, tptp_formula)) = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1478 | (quantifier, vars, tptp_formula) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1479 | |
| 46844 | 1480 | |
| 1481 | end | |
| 1482 | structure LrTable = Token.LrTable | |
| 1483 | structure Token = Token | |
| 1484 | local open LrTable in | |
| 1485 | val table=let val actionRows = | |
| 1486 | "\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1487 | \\001\000\001\000\078\002\002\000\078\002\004\000\097\002\005\000\078\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1488 | \\006\000\078\002\009\000\078\002\010\000\078\002\011\000\078\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1489 | \\012\000\078\002\019\000\078\002\020\000\078\002\021\000\078\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1490 | \\022\000\078\002\026\000\078\002\027\000\078\002\037\000\078\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1491 | \\059\000\078\002\060\000\078\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1492 | \\001\000\001\000\081\002\002\000\081\002\004\000\098\002\005\000\081\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1493 | \\006\000\081\002\009\000\081\002\010\000\081\002\011\000\081\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1494 | \\012\000\081\002\019\000\081\002\020\000\081\002\021\000\081\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1495 | \\022\000\081\002\026\000\081\002\027\000\081\002\037\000\081\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1496 | \\059\000\081\002\060\000\081\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1497 | \\001\000\001\000\251\002\005\000\251\002\006\000\010\003\010\000\251\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1498 | \\011\000\251\002\012\000\251\002\019\000\251\002\020\000\010\003\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1499 | \\021\000\251\002\022\000\251\002\026\000\251\002\027\000\251\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1500 | \\037\000\251\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1501 | \\001\000\001\000\254\002\005\000\254\002\006\000\021\003\010\000\254\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1502 | \\011\000\254\002\012\000\254\002\019\000\254\002\020\000\021\003\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1503 | \\021\000\254\002\022\000\254\002\026\000\254\002\027\000\254\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1504 | \\037\000\254\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1505 | \\001\000\001\000\005\003\005\000\005\003\006\000\012\003\010\000\005\003\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1506 | \\011\000\005\003\012\000\005\003\019\000\005\003\020\000\012\003\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1507 | \\021\000\005\003\022\000\005\003\026\000\005\003\027\000\005\003\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1508 | \\037\000\005\003\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1509 | \\001\000\001\000\015\003\004\000\164\002\005\000\015\003\006\000\015\003\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1510 | \\010\000\015\003\011\000\015\003\012\000\015\003\016\000\223\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1511 | \\019\000\015\003\020\000\015\003\021\000\015\003\022\000\015\003\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1512 | \\027\000\015\003\037\000\015\003\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1513 | \\001\000\001\000\028\003\004\000\165\002\005\000\028\003\006\000\028\003\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1514 | \\010\000\028\003\011\000\028\003\012\000\028\003\016\000\218\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1515 | \\019\000\028\003\020\000\028\003\021\000\028\003\022\000\028\003\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1516 | \\027\000\028\003\037\000\028\003\000\000\ | 
| 53394 | 1517 | \\001\000\001\000\212\000\003\000\211\000\006\000\210\000\007\000\124\000\ | 
| 1518 | \\010\000\209\000\011\000\208\000\012\000\207\000\013\000\035\000\ | |
| 1519 | \\015\000\206\000\016\000\205\000\019\000\204\000\020\000\203\000\ | |
| 1520 | \\021\000\202\000\022\000\201\000\025\000\121\000\028\000\120\000\ | |
| 1521 | \\037\000\200\000\044\000\101\000\045\000\100\000\046\000\034\000\ | |
| 47358 | 1522 | \\047\000\033\000\049\000\032\000\050\000\099\000\051\000\031\000\ | 
| 53394 | 1523 | \\053\000\098\000\055\000\199\000\056\000\198\000\057\000\197\000\ | 
| 1524 | \\058\000\196\000\062\000\195\000\063\000\194\000\064\000\097\000\ | |
| 47358 | 1525 | \\065\000\096\000\068\000\030\000\069\000\029\000\070\000\028\000\ | 
| 53394 | 1526 | \\071\000\027\000\072\000\193\000\073\000\095\000\074\000\192\000\ | 
| 1527 | \\075\000\191\000\076\000\094\000\077\000\093\000\000\000\ | |
| 1528 | \\001\000\001\000\212\000\003\000\211\000\006\000\210\000\007\000\124\000\ | |
| 1529 | \\010\000\209\000\011\000\208\000\012\000\207\000\013\000\035\000\ | |
| 1530 | \\016\000\035\001\019\000\204\000\020\000\203\000\021\000\202\000\ | |
| 1531 | \\022\000\201\000\025\000\121\000\026\000\034\001\028\000\120\000\ | |
| 1532 | \\037\000\200\000\044\000\101\000\045\000\100\000\046\000\034\000\ | |
| 47358 | 1533 | \\047\000\033\000\049\000\032\000\050\000\099\000\051\000\031\000\ | 
| 53394 | 1534 | \\053\000\098\000\055\000\199\000\056\000\198\000\057\000\197\000\ | 
| 1535 | \\058\000\196\000\062\000\195\000\063\000\194\000\064\000\097\000\ | |
| 47358 | 1536 | \\065\000\096\000\068\000\030\000\069\000\029\000\070\000\028\000\ | 
| 53394 | 1537 | \\071\000\027\000\072\000\193\000\073\000\095\000\074\000\192\000\ | 
| 1538 | \\075\000\191\000\076\000\094\000\077\000\093\000\000\000\ | |
| 1539 | \\001\000\001\000\212\000\003\000\211\000\006\000\210\000\007\000\124\000\ | |
| 1540 | \\010\000\209\000\011\000\208\000\012\000\207\000\013\000\035\000\ | |
| 1541 | \\016\000\035\001\019\000\204\000\020\000\203\000\021\000\202\000\ | |
| 1542 | \\022\000\201\000\025\000\121\000\028\000\120\000\037\000\200\000\ | |
| 47358 | 1543 | \\044\000\101\000\045\000\100\000\046\000\034\000\047\000\033\000\ | 
| 1544 | \\049\000\032\000\050\000\099\000\051\000\031\000\053\000\098\000\ | |
| 53394 | 1545 | \\055\000\199\000\056\000\198\000\057\000\197\000\058\000\196\000\ | 
| 1546 | \\062\000\195\000\063\000\194\000\064\000\097\000\065\000\096\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1547 | \\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ | 
| 53394 | 1548 | \\072\000\193\000\073\000\095\000\074\000\192\000\075\000\191\000\ | 
| 1549 | \\076\000\094\000\077\000\093\000\000\000\ | |
| 1550 | \\001\000\001\000\212\000\003\000\211\000\006\000\210\000\007\000\124\000\ | |
| 1551 | \\010\000\209\000\011\000\208\000\012\000\207\000\013\000\035\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1552 | \\016\000\118\001\019\000\204\000\020\000\203\000\021\000\202\000\ | 
| 53394 | 1553 | \\022\000\201\000\025\000\121\000\028\000\120\000\037\000\200\000\ | 
| 47358 | 1554 | \\044\000\101\000\045\000\100\000\046\000\034\000\047\000\033\000\ | 
| 1555 | \\049\000\032\000\050\000\099\000\051\000\031\000\053\000\098\000\ | |
| 53394 | 1556 | \\055\000\199\000\056\000\198\000\057\000\197\000\058\000\196\000\ | 
| 1557 | \\062\000\195\000\063\000\194\000\064\000\097\000\065\000\096\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1558 | \\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ | 
| 53394 | 1559 | \\072\000\193\000\073\000\095\000\074\000\192\000\075\000\191\000\ | 
| 1560 | \\076\000\094\000\077\000\093\000\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1561 | \\001\000\001\000\016\001\002\000\015\001\005\000\060\002\006\000\210\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1562 | \\009\000\101\002\010\000\209\000\011\000\208\000\012\000\207\000\ | 
| 53394 | 1563 | \\019\000\204\000\020\000\203\000\021\000\202\000\022\000\201\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1564 | \\026\000\060\002\027\000\060\002\037\000\014\001\059\000\101\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1565 | \\060\000\101\002\000\000\ | 
| 53394 | 1566 | \\001\000\003\000\211\000\007\000\124\000\025\000\121\000\055\000\199\000\ | 
| 1567 | \\056\000\198\000\062\000\195\000\063\000\194\000\000\000\ | |
| 1568 | \\001\000\004\000\251\000\000\000\ | |
| 1569 | \\001\000\004\000\017\001\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1570 | \\001\000\004\000\226\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1571 | \\001\000\004\000\236\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1572 | \\001\000\004\000\243\001\000\000\ | 
| 53394 | 1573 | \\001\000\004\000\019\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1574 | \\001\000\004\000\020\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1575 | \\001\000\004\000\023\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1576 | \\001\000\005\000\166\002\009\000\173\002\027\000\166\002\000\000\ | 
| 46844 | 1577 | \\001\000\005\000\041\000\000\000\ | 
| 1578 | \\001\000\005\000\042\000\000\000\ | |
| 1579 | \\001\000\005\000\043\000\000\000\ | |
| 1580 | \\001\000\005\000\044\000\000\000\ | |
| 1581 | \\001\000\005\000\054\000\000\000\ | |
| 1582 | \\001\000\005\000\055\000\000\000\ | |
| 1583 | \\001\000\005\000\056\000\000\000\ | |
| 1584 | \\001\000\005\000\057\000\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1585 | \\001\000\005\000\168\001\000\000\ | 
| 53394 | 1586 | \\001\000\005\000\172\001\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1587 | \\001\000\005\000\176\001\000\000\ | 
| 53394 | 1588 | \\001\000\005\000\191\001\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1589 | \\001\000\005\000\192\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1590 | \\001\000\005\000\193\001\000\000\ | 
| 53394 | 1591 | \\001\000\005\000\201\001\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1592 | \\001\000\005\000\202\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1593 | \\001\000\005\000\203\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1594 | \\001\000\005\000\004\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1595 | \\001\000\005\000\014\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1596 | \\001\000\005\000\018\002\000\000\ | 
| 53394 | 1597 | \\001\000\006\000\210\000\000\000\ | 
| 1598 | \\001\000\006\000\210\000\020\000\203\000\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1599 | \\001\000\006\000\169\001\000\000\ | 
| 47358 | 1600 | \\001\000\007\000\124\000\013\000\035\000\015\000\123\000\016\000\122\000\ | 
| 1601 | \\025\000\121\000\028\000\120\000\044\000\101\000\045\000\100\000\ | |
| 1602 | \\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ | |
| 1603 | \\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ | |
| 46844 | 1604 | \\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ | 
| 47358 | 1605 | \\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ | 
| 1606 | \\001\000\007\000\124\000\013\000\035\000\015\000\151\000\016\000\150\000\ | |
| 1607 | \\025\000\121\000\028\000\120\000\044\000\101\000\045\000\100\000\ | |
| 1608 | \\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ | |
| 1609 | \\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ | |
| 46844 | 1610 | \\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ | 
| 47358 | 1611 | \\072\000\149\000\073\000\095\000\074\000\148\000\075\000\147\000\ | 
| 1612 | \\076\000\094\000\077\000\093\000\000\000\ | |
| 53394 | 1613 | \\001\000\007\000\124\000\013\000\035\000\016\000\239\000\025\000\121\000\ | 
| 1614 | \\026\000\244\000\028\000\120\000\044\000\101\000\045\000\100\000\ | |
| 47358 | 1615 | \\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ | 
| 1616 | \\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1617 | \\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ | 
| 47358 | 1618 | \\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ | 
| 53394 | 1619 | \\001\000\007\000\124\000\013\000\035\000\016\000\239\000\025\000\121\000\ | 
| 47358 | 1620 | \\028\000\120\000\044\000\101\000\045\000\100\000\046\000\034\000\ | 
| 1621 | \\047\000\033\000\049\000\032\000\050\000\099\000\051\000\031\000\ | |
| 1622 | \\053\000\098\000\064\000\097\000\065\000\096\000\068\000\030\000\ | |
| 1623 | \\069\000\029\000\070\000\028\000\071\000\027\000\073\000\095\000\ | |
| 1624 | \\076\000\094\000\077\000\093\000\000\000\ | |
| 53394 | 1625 | \\001\000\007\000\124\000\013\000\035\000\016\000\255\000\025\000\121\000\ | 
| 1626 | \\026\000\008\001\028\000\120\000\044\000\101\000\045\000\100\000\ | |
| 47358 | 1627 | \\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ | 
| 1628 | \\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ | |
| 46844 | 1629 | \\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ | 
| 47358 | 1630 | \\072\000\149\000\073\000\095\000\074\000\148\000\075\000\147\000\ | 
| 1631 | \\076\000\094\000\077\000\093\000\000\000\ | |
| 53394 | 1632 | \\001\000\007\000\124\000\013\000\035\000\016\000\255\000\025\000\121\000\ | 
| 47358 | 1633 | \\028\000\120\000\044\000\101\000\045\000\100\000\046\000\034\000\ | 
| 1634 | \\047\000\033\000\049\000\032\000\050\000\099\000\051\000\031\000\ | |
| 1635 | \\053\000\098\000\064\000\097\000\065\000\096\000\068\000\030\000\ | |
| 1636 | \\069\000\029\000\070\000\028\000\071\000\027\000\072\000\149\000\ | |
| 1637 | \\073\000\095\000\074\000\148\000\075\000\147\000\076\000\094\000\ | |
| 1638 | \\077\000\093\000\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1639 | \\001\000\007\000\064\001\013\000\035\000\016\000\063\001\044\000\101\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1640 | \\045\000\100\000\046\000\034\000\047\000\033\000\049\000\032\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1641 | \\050\000\099\000\051\000\031\000\053\000\098\000\064\000\097\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1642 | \\065\000\096\000\068\000\030\000\069\000\029\000\070\000\028\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1643 | \\071\000\027\000\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1644 | \\001\000\007\000\069\001\013\000\035\000\016\000\068\001\044\000\101\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1645 | \\045\000\100\000\046\000\034\000\047\000\033\000\049\000\032\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1646 | \\050\000\099\000\051\000\031\000\053\000\098\000\064\000\097\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1647 | \\065\000\096\000\068\000\030\000\069\000\029\000\070\000\028\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1648 | \\071\000\027\000\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1649 | \\001\000\009\000\173\002\027\000\166\002\060\000\233\001\000\000\ | 
| 53394 | 1650 | \\001\000\009\000\020\001\059\000\019\001\060\000\018\001\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1651 | \\001\000\009\000\182\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1652 | \\001\000\011\000\173\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1653 | \\001\000\013\000\035\000\015\000\052\001\026\000\163\001\039\000\051\001\ | 
| 53394 | 1654 | \\040\000\050\001\041\000\049\001\042\000\048\001\043\000\047\001\ | 
| 47358 | 1655 | \\044\000\101\000\045\000\100\000\046\000\034\000\047\000\033\000\ | 
| 53394 | 1656 | \\049\000\032\000\050\000\099\000\051\000\031\000\053\000\046\001\ | 
| 46844 | 1657 | \\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\000\000\ | 
| 53394 | 1658 | \\001\000\013\000\035\000\015\000\052\001\039\000\051\001\040\000\050\001\ | 
| 1659 | \\041\000\049\001\042\000\048\001\043\000\047\001\044\000\101\000\ | |
| 47358 | 1660 | \\045\000\100\000\046\000\034\000\047\000\033\000\049\000\032\000\ | 
| 53394 | 1661 | \\050\000\099\000\051\000\031\000\053\000\046\001\068\000\030\000\ | 
| 46844 | 1662 | \\069\000\029\000\070\000\028\000\071\000\027\000\000\000\ | 
| 47358 | 1663 | \\001\000\013\000\035\000\016\000\103\000\028\000\102\000\044\000\101\000\ | 
| 1664 | \\045\000\100\000\046\000\034\000\047\000\033\000\049\000\032\000\ | |
| 1665 | \\050\000\099\000\051\000\031\000\053\000\098\000\064\000\097\000\ | |
| 1666 | \\065\000\096\000\068\000\030\000\069\000\029\000\070\000\028\000\ | |
| 1667 | \\071\000\027\000\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1668 | \\001\000\013\000\035\000\016\000\063\001\044\000\101\000\045\000\100\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1669 | \\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1670 | \\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1671 | \\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1672 | \\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1673 | \\001\000\013\000\035\000\016\000\068\001\044\000\101\000\045\000\100\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1674 | \\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1675 | \\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1676 | \\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1677 | \\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1678 | \\001\000\013\000\035\000\016\000\101\001\049\000\032\000\050\000\099\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1679 | \\051\000\031\000\063\000\100\001\064\000\097\000\068\000\030\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1680 | \\069\000\029\000\070\000\028\000\071\000\027\000\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1681 | \\001\000\013\000\035\000\016\000\031\002\049\000\032\000\050\000\099\000\ | 
| 47358 | 1682 | \\051\000\031\000\064\000\097\000\068\000\030\000\069\000\029\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1683 | \\070\000\028\000\071\000\027\000\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1684 | \\001\000\013\000\035\000\016\000\036\002\049\000\032\000\050\000\099\000\ | 
| 47358 | 1685 | \\051\000\031\000\064\000\097\000\068\000\030\000\069\000\029\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1686 | \\070\000\028\000\071\000\027\000\000\000\ | 
| 47358 | 1687 | \\001\000\013\000\035\000\028\000\102\000\044\000\101\000\045\000\100\000\ | 
| 1688 | \\046\000\034\000\047\000\033\000\049\000\032\000\050\000\099\000\ | |
| 1689 | \\051\000\031\000\053\000\098\000\064\000\097\000\065\000\096\000\ | |
| 46844 | 1690 | \\068\000\030\000\069\000\029\000\070\000\028\000\071\000\027\000\ | 
| 47358 | 1691 | \\073\000\095\000\076\000\094\000\077\000\093\000\000\000\ | 
| 1692 | \\001\000\013\000\035\000\044\000\101\000\045\000\100\000\046\000\034\000\ | |
| 1693 | \\047\000\033\000\049\000\032\000\050\000\099\000\051\000\031\000\ | |
| 1694 | \\053\000\098\000\064\000\097\000\065\000\096\000\068\000\030\000\ | |
| 1695 | \\069\000\029\000\070\000\028\000\071\000\027\000\073\000\095\000\ | |
| 1696 | \\076\000\094\000\077\000\093\000\000\000\ | |
| 46844 | 1697 | \\001\000\013\000\035\000\046\000\034\000\047\000\033\000\049\000\032\000\ | 
| 1698 | \\051\000\031\000\068\000\030\000\069\000\029\000\070\000\028\000\ | |
| 1699 | \\071\000\027\000\000\000\ | |
| 47358 | 1700 | \\001\000\013\000\035\000\049\000\032\000\050\000\099\000\051\000\031\000\ | 
| 1701 | \\064\000\097\000\068\000\030\000\069\000\029\000\070\000\028\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1702 | \\071\000\027\000\000\000\ | 
| 46844 | 1703 | \\001\000\013\000\035\000\049\000\032\000\051\000\031\000\068\000\030\000\ | 
| 1704 | \\069\000\029\000\070\000\028\000\071\000\027\000\000\000\ | |
| 1705 | \\001\000\015\000\053\000\000\000\ | |
| 47358 | 1706 | \\001\000\015\000\123\000\000\000\ | 
| 1707 | \\001\000\015\000\151\000\000\000\ | |
| 53394 | 1708 | \\001\000\015\000\206\000\000\000\ | 
| 1709 | \\001\000\015\000\237\000\000\000\ | |
| 1710 | \\001\000\015\000\253\000\000\000\ | |
| 1711 | \\001\000\015\000\024\001\000\000\ | |
| 1712 | \\001\000\015\000\052\001\000\000\ | |
| 1713 | \\001\000\015\000\171\001\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1714 | \\001\000\015\000\175\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1715 | \\001\000\015\000\184\001\000\000\ | 
| 46844 | 1716 | \\001\000\016\000\018\000\000\000\ | 
| 1717 | \\001\000\016\000\019\000\000\000\ | |
| 1718 | \\001\000\016\000\020\000\000\000\ | |
| 1719 | \\001\000\016\000\021\000\000\000\ | |
| 1720 | \\001\000\016\000\023\000\000\000\ | |
| 47358 | 1721 | \\001\000\016\000\224\000\000\000\ | 
| 1722 | \\001\000\016\000\225\000\000\000\ | |
| 53394 | 1723 | \\001\000\016\000\226\000\000\000\ | 
| 47358 | 1724 | \\001\000\016\000\000\001\000\000\ | 
| 1725 | \\001\000\016\000\001\001\000\000\ | |
| 53394 | 1726 | \\001\000\016\000\002\001\000\000\ | 
| 47358 | 1727 | \\001\000\016\000\027\001\000\000\ | 
| 53394 | 1728 | \\001\000\016\000\028\001\000\000\ | 
| 1729 | \\001\000\016\000\029\001\000\000\ | |
| 1730 | \\001\000\016\000\156\001\000\000\ | |
| 1731 | \\001\000\016\000\157\001\000\000\ | |
| 1732 | \\001\000\016\000\158\001\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1733 | \\001\000\016\000\159\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1734 | \\001\000\016\000\160\001\000\000\ | 
| 46844 | 1735 | \\001\000\023\000\058\000\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1736 | \\001\000\023\000\151\001\000\000\ | 
| 53394 | 1737 | \\001\000\023\000\177\001\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1738 | \\001\000\023\000\181\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1739 | \\001\000\023\000\195\001\000\000\ | 
| 53394 | 1740 | \\001\000\026\000\213\000\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1741 | \\001\000\026\000\084\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1742 | \\001\000\026\000\114\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1743 | \\001\000\026\000\150\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1744 | \\001\000\026\000\178\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1745 | \\001\000\026\000\188\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1746 | \\001\000\026\000\197\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1747 | \\001\000\026\000\215\001\000\000\ | 
| 53394 | 1748 | \\001\000\026\000\001\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1749 | \\001\000\026\000\003\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1750 | \\001\000\026\000\008\002\000\000\ | 
| 46844 | 1751 | \\001\000\027\000\052\000\000\000\ | 
| 53394 | 1752 | \\001\000\027\000\037\001\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1753 | \\001\000\027\000\071\001\037\000\217\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1754 | \\001\000\027\000\072\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1755 | \\001\000\027\000\081\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1756 | \\001\000\027\000\082\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1757 | \\001\000\027\000\085\001\000\000\ | 
| 53394 | 1758 | \\001\000\027\000\110\001\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1759 | \\001\000\027\000\111\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1760 | \\001\000\027\000\112\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1761 | \\001\000\027\000\115\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1762 | \\001\000\027\000\147\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1763 | \\001\000\027\000\148\001\000\000\ | 
| 53394 | 1764 | \\001\000\027\000\164\001\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1765 | \\001\000\027\000\166\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1766 | \\001\000\027\000\167\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1767 | \\001\000\027\000\200\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1768 | \\001\000\027\000\219\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1769 | \\001\000\027\000\223\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1770 | \\001\000\027\000\232\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1771 | \\001\000\027\000\235\001\060\000\234\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1772 | \\001\000\027\000\242\001\000\000\ | 
| 53394 | 1773 | \\001\000\027\000\249\001\000\000\ | 
| 1774 | \\001\000\027\000\250\001\000\000\ | |
| 47358 | 1775 | \\001\000\027\000\251\001\000\000\ | 
| 53394 | 1776 | \\001\000\027\000\252\001\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1777 | \\001\000\027\000\253\001\000\000\ | 
| 53394 | 1778 | \\001\000\027\000\254\001\000\000\ | 
| 1779 | \\001\000\027\000\000\002\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1780 | \\001\000\027\000\002\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1781 | \\001\000\027\000\006\002\000\000\ | 
| 53394 | 1782 | \\001\000\027\000\012\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1783 | \\001\000\027\000\013\002\000\000\ | 
| 53394 | 1784 | \\001\000\027\000\016\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1785 | \\001\000\027\000\017\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1786 | \\001\000\027\000\028\002\000\000\ | 
| 53394 | 1787 | \\001\000\027\000\032\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1788 | \\001\000\027\000\033\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1789 | \\001\000\027\000\037\002\000\000\ | 
| 46844 | 1790 | \\001\000\038\000\000\000\000\000\ | 
| 1791 | \\001\000\049\000\040\000\000\000\ | |
| 47358 | 1792 | \\001\000\050\000\099\000\000\000\ | 
| 46844 | 1793 | \\001\000\051\000\048\000\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1794 | \\001\000\060\000\233\001\000\000\ | 
| 53394 | 1795 | \\001\000\061\000\236\000\000\000\ | 
| 1796 | \\001\000\061\000\252\000\000\000\ | |
| 1797 | \\001\000\061\000\023\001\000\000\ | |
| 47358 | 1798 | \\040\002\000\000\ | 
| 53394 | 1799 | \\041\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1800 | \\042\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1801 | \\043\002\013\000\016\000\052\000\015\000\068\000\014\000\069\000\013\000\ | 
| 53394 | 1802 | \\070\000\012\000\071\000\011\000\000\000\ | 
| 46844 | 1803 | \\044\002\000\000\ | 
| 1804 | \\045\002\000\000\ | |
| 1805 | \\046\002\000\000\ | |
| 1806 | \\047\002\000\000\ | |
| 1807 | \\048\002\000\000\ | |
| 1808 | \\049\002\000\000\ | |
| 1809 | \\050\002\000\000\ | |
| 1810 | \\051\002\000\000\ | |
| 1811 | \\052\002\000\000\ | |
| 1812 | \\053\002\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1813 | \\054\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1814 | \\055\002\005\000\216\000\000\000\ | 
| 46844 | 1815 | \\056\002\000\000\ | 
| 53394 | 1816 | \\057\002\000\000\ | 
| 47358 | 1817 | \\058\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1818 | \\059\002\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1819 | \\061\002\000\000\ | 
| 46844 | 1820 | \\062\002\000\000\ | 
| 1821 | \\063\002\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1822 | \\064\002\000\000\ | 
| 46844 | 1823 | \\065\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1824 | \\066\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1825 | \\067\002\037\000\010\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1826 | \\068\002\001\000\011\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1827 | \\069\002\002\000\012\001\000\000\ | 
| 53394 | 1828 | \\070\002\000\000\ | 
| 46844 | 1829 | \\071\002\000\000\ | 
| 1830 | \\072\002\000\000\ | |
| 47358 | 1831 | \\073\002\000\000\ | 
| 1832 | \\074\002\000\000\ | |
| 53394 | 1833 | \\075\002\000\000\ | 
| 1834 | \\076\002\000\000\ | |
| 1835 | \\077\002\000\000\ | |
| 46844 | 1836 | \\078\002\000\000\ | 
| 1837 | \\079\002\000\000\ | |
| 1838 | \\080\002\000\000\ | |
| 1839 | \\081\002\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1840 | \\082\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1841 | \\083\002\005\000\198\001\000\000\ | 
| 46844 | 1842 | \\084\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1843 | \\085\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1844 | \\086\002\004\000\199\001\000\000\ | 
| 53394 | 1845 | \\087\002\000\000\ | 
| 46844 | 1846 | \\088\002\000\000\ | 
| 1847 | \\089\002\000\000\ | |
| 1848 | \\090\002\000\000\ | |
| 47358 | 1849 | \\091\002\000\000\ | 
| 46844 | 1850 | \\092\002\000\000\ | 
| 53394 | 1851 | \\093\002\000\000\ | 
| 46844 | 1852 | \\094\002\000\000\ | 
| 47358 | 1853 | \\095\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1854 | \\096\002\000\000\ | 
| 46844 | 1855 | \\099\002\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1856 | \\100\002\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1857 | \\101\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1858 | \\102\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1859 | \\103\002\060\000\021\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1860 | \\104\002\059\000\022\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1861 | \\105\002\009\000\020\001\000\000\ | 
| 46844 | 1862 | \\106\002\000\000\ | 
| 1863 | \\107\002\000\000\ | |
| 47358 | 1864 | \\108\002\000\000\ | 
| 46844 | 1865 | \\109\002\000\000\ | 
| 53394 | 1866 | \\110\002\000\000\ | 
| 47358 | 1867 | \\111\002\000\000\ | 
| 46844 | 1868 | \\112\002\000\000\ | 
| 53394 | 1869 | \\113\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1870 | \\114\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1871 | \\115\002\005\000\149\001\000\000\ | 
| 46844 | 1872 | \\116\002\000\000\ | 
| 1873 | \\117\002\000\000\ | |
| 1874 | \\118\002\000\000\ | |
| 1875 | \\119\002\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1876 | \\120\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1877 | \\121\002\001\000\250\000\010\000\209\000\011\000\208\000\012\000\207\000\ | 
| 53394 | 1878 | \\019\000\204\000\021\000\202\000\022\000\201\000\037\000\249\000\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1879 | \\122\002\000\000\ | 
| 46844 | 1880 | \\123\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1881 | \\124\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1882 | \\125\002\037\000\246\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1883 | \\126\002\001\000\247\000\000\000\ | 
| 53394 | 1884 | \\127\002\000\000\ | 
| 47358 | 1885 | \\128\002\000\000\ | 
| 1886 | \\129\002\000\000\ | |
| 53394 | 1887 | \\130\002\000\000\ | 
| 1888 | \\131\002\000\000\ | |
| 1889 | \\132\002\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1890 | \\133\002\000\000\ | 
| 46844 | 1891 | \\134\002\000\000\ | 
| 1892 | \\135\002\000\000\ | |
| 1893 | \\136\002\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1894 | \\137\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1895 | \\138\002\005\000\189\001\000\000\ | 
| 47358 | 1896 | \\139\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1897 | \\140\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1898 | \\141\002\004\000\190\001\000\000\ | 
| 46844 | 1899 | \\142\002\000\000\ | 
| 47358 | 1900 | \\143\002\000\000\ | 
| 46844 | 1901 | \\144\002\000\000\ | 
| 53394 | 1902 | \\145\002\000\000\ | 
| 46844 | 1903 | \\146\002\000\000\ | 
| 1904 | \\147\002\000\000\ | |
| 1905 | \\148\002\000\000\ | |
| 47358 | 1906 | \\149\002\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1907 | \\150\002\000\000\ | 
| 53394 | 1908 | \\151\002\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1909 | \\152\002\000\000\ | 
| 47358 | 1910 | \\153\002\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1911 | \\154\002\000\000\ | 
| 53394 | 1912 | \\155\002\000\000\ | 
| 46844 | 1913 | \\156\002\000\000\ | 
| 47358 | 1914 | \\157\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1915 | \\158\002\000\000\ | 
| 53394 | 1916 | \\159\002\000\000\ | 
| 1917 | \\160\002\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1918 | \\161\002\005\000\113\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1919 | \\162\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1920 | \\163\002\000\000\ | 
| 46844 | 1921 | \\167\002\000\000\ | 
| 47358 | 1922 | \\168\002\000\000\ | 
| 46844 | 1923 | \\169\002\000\000\ | 
| 53394 | 1924 | \\170\002\000\000\ | 
| 46844 | 1925 | \\171\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1926 | \\172\002\000\000\ | 
| 46844 | 1927 | \\173\002\000\000\ | 
| 1928 | \\174\002\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1929 | \\175\002\016\000\183\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1930 | \\176\002\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1931 | \\177\002\000\000\ | 
| 53394 | 1932 | \\178\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1933 | \\179\002\005\000\007\002\000\000\ | 
| 46844 | 1934 | \\180\002\000\000\ | 
| 53394 | 1935 | \\181\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1936 | \\182\002\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1937 | \\183\002\000\000\ | 
| 46844 | 1938 | \\184\002\000\000\ | 
| 1939 | \\185\002\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1940 | \\186\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1941 | \\187\002\001\000\235\000\010\000\209\000\011\000\208\000\012\000\207\000\ | 
| 53394 | 1942 | \\019\000\204\000\021\000\202\000\022\000\201\000\037\000\234\000\000\000\ | 
| 46844 | 1943 | \\188\002\000\000\ | 
| 53394 | 1944 | \\189\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1945 | \\190\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1946 | \\191\002\037\000\231\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1947 | \\192\002\001\000\232\000\000\000\ | 
| 46844 | 1948 | \\193\002\000\000\ | 
| 1949 | \\194\002\000\000\ | |
| 1950 | \\195\002\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1951 | \\196\002\000\000\ | 
| 46844 | 1952 | \\197\002\000\000\ | 
| 1953 | \\198\002\000\000\ | |
| 1954 | \\199\002\000\000\ | |
| 1955 | \\200\002\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1956 | \\201\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1957 | \\202\002\005\000\179\001\000\000\ | 
| 46844 | 1958 | \\203\002\000\000\ | 
| 1959 | \\204\002\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1960 | \\205\002\000\000\ | 
| 46844 | 1961 | \\206\002\000\000\ | 
| 1962 | \\207\002\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1963 | \\208\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1964 | \\209\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1965 | \\210\002\005\000\083\001\000\000\ | 
| 46844 | 1966 | \\211\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1967 | \\212\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1968 | \\213\002\037\000\217\000\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1969 | \\214\002\000\000\ | 
| 53394 | 1970 | \\215\002\000\000\ | 
| 46844 | 1971 | \\216\002\000\000\ | 
| 47358 | 1972 | \\217\002\000\000\ | 
| 46844 | 1973 | \\218\002\000\000\ | 
| 53394 | 1974 | \\219\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1975 | \\220\002\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 1976 | \\221\002\016\000\025\001\000\000\ | 
| 53394 | 1977 | \\222\002\000\000\ | 
| 1978 | \\223\002\000\000\ | |
| 1979 | \\224\002\000\000\ | |
| 46844 | 1980 | \\225\002\000\000\ | 
| 1981 | \\226\002\000\000\ | |
| 47358 | 1982 | \\227\002\000\000\ | 
| 46844 | 1983 | \\228\002\000\000\ | 
| 53394 | 1984 | \\229\002\000\000\ | 
| 46844 | 1985 | \\230\002\000\000\ | 
| 1986 | \\231\002\000\000\ | |
| 1987 | \\232\002\000\000\ | |
| 1988 | \\233\002\000\000\ | |
| 1989 | \\234\002\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1990 | \\235\002\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1991 | \\236\002\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1992 | \\237\002\000\000\ | 
| 46844 | 1993 | \\238\002\000\000\ | 
| 1994 | \\239\002\000\000\ | |
| 1995 | \\240\002\000\000\ | |
| 1996 | \\241\002\000\000\ | |
| 1997 | \\242\002\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 1998 | \\243\002\000\000\ | 
| 46844 | 1999 | \\244\002\000\000\ | 
| 2000 | \\245\002\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2001 | \\246\002\000\000\ | 
| 53394 | 2002 | \\248\002\000\000\ | 
| 46844 | 2003 | \\249\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2004 | \\250\002\000\000\ | 
| 53394 | 2005 | \\252\002\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2006 | \\253\002\000\000\ | 
| 46844 | 2007 | \\001\003\000\000\ | 
| 2008 | \\002\003\000\000\ | |
| 47358 | 2009 | \\003\003\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2010 | \\004\003\000\000\ | 
| 46844 | 2011 | \\006\003\000\000\ | 
| 47358 | 2012 | \\007\003\000\000\ | 
| 46844 | 2013 | \\008\003\000\000\ | 
| 53394 | 2014 | \\009\003\000\000\ | 
| 47358 | 2015 | \\010\003\000\000\ | 
| 53394 | 2016 | \\011\003\000\000\ | 
| 2017 | \\012\003\000\000\ | |
| 47358 | 2018 | \\013\003\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2019 | \\013\003\066\000\026\001\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2020 | \\014\003\000\000\ | 
| 53394 | 2021 | \\015\003\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2022 | \\015\003\016\000\223\000\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2023 | \\016\003\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2024 | \\017\003\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2025 | \\018\003\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2026 | \\019\003\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2027 | \\020\003\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2028 | \\021\003\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2029 | \\022\003\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2030 | \\023\003\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2031 | \\024\003\016\000\219\000\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2032 | \\025\003\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2033 | \\026\003\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2034 | \\027\003\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2035 | \\028\003\016\000\218\000\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2036 | \\029\003\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2037 | \\030\003\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2038 | \\031\003\005\000\165\001\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2039 | \\032\003\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2040 | \\033\003\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2041 | \\034\003\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2042 | \\035\003\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2043 | \\036\003\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2044 | \\037\003\005\000\155\001\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2045 | \\038\003\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2046 | \\039\003\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2047 | \\040\003\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2048 | \\041\003\005\000\046\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2049 | \\042\003\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2050 | \\043\003\005\000\214\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2051 | \\044\003\004\000\152\001\000\000\ | 
| 47358 | 2052 | \\045\003\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2053 | \\046\003\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2054 | \\047\003\016\000\153\001\000\000\ | 
| 53394 | 2055 | \\048\003\000\000\ | 
| 2056 | \\049\003\000\000\ | |
| 2057 | \\050\003\000\000\ | |
| 2058 | \\051\003\000\000\ | |
| 2059 | \\052\003\000\000\ | |
| 2060 | \\053\003\000\000\ | |
| 2061 | \\054\003\000\000\ | |
| 2062 | \\055\003\000\000\ | |
| 2063 | \\056\003\000\000\ | |
| 2064 | \\057\003\000\000\ | |
| 2065 | \\058\003\000\000\ | |
| 2066 | \\059\003\000\000\ | |
| 2067 | \\060\003\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2068 | \\061\003\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2069 | \\062\003\005\000\214\001\000\000\ | 
| 53394 | 2070 | \\063\003\000\000\ | 
| 2071 | \\064\003\000\000\ | |
| 2072 | \\065\003\000\000\ | |
| 2073 | \\066\003\000\000\ | |
| 2074 | \\067\003\000\000\ | |
| 2075 | \\068\003\000\000\ | |
| 2076 | \\069\003\000\000\ | |
| 2077 | \\070\003\000\000\ | |
| 2078 | \\071\003\000\000\ | |
| 2079 | \\072\003\000\000\ | |
| 2080 | \\073\003\000\000\ | |
| 2081 | \\074\003\000\000\ | |
| 2082 | \\075\003\000\000\ | |
| 2083 | \\076\003\000\000\ | |
| 2084 | \\077\003\000\000\ | |
| 2085 | \\078\003\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2086 | \\079\003\000\000\ | 
| 46844 | 2087 | \" | 
| 2088 | val actionRowNumbers = | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2089 | "\166\000\163\000\166\000\168\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2090 | \\167\000\169\000\170\000\171\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2091 | \\172\000\081\000\082\000\083\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2092 | \\084\000\166\000\085\000\164\000\ | 
| 53394 | 2093 | \\067\000\067\000\067\000\067\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2094 | \\165\000\156\000\177\001\176\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2095 | \\022\000\183\001\182\001\181\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2096 | \\180\001\178\001\179\001\187\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2097 | \\188\001\184\001\023\000\024\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2098 | \\025\000\154\001\192\001\158\000\ | 
| 53394 | 2099 | \\158\000\158\000\158\000\116\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2100 | \\070\000\026\000\179\000\027\000\ | 
| 53394 | 2101 | \\028\000\029\000\100\000\067\000\ | 
| 2102 | \\059\000\045\000\046\000\007\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2103 | \\152\001\105\000\156\001\142\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2104 | \\138\001\120\001\178\000\074\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2105 | \\075\001\079\001\077\001\108\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2106 | \\109\001\111\001\112\001\110\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2107 | \\119\001\117\001\002\000\124\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2108 | \\122\001\130\001\131\001\003\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2109 | \\135\001\004\000\139\001\141\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2110 | \\137\001\043\000\128\001\189\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2111 | \\132\001\118\001\129\001\086\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2112 | \\087\000\088\000\186\001\185\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2113 | \\133\001\143\001\191\001\190\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2114 | \\066\000\065\000\178\000\045\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2115 | \\047\001\049\001\050\001\052\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2116 | \\053\001\048\001\058\001\059\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2117 | \\046\001\160\000\066\001\074\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2118 | \\048\000\060\001\106\001\097\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2119 | \\045\000\047\000\096\001\255\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2120 | \\178\000\237\000\240\000\242\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2121 | \\243\000\245\000\246\000\241\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2122 | \\251\000\252\000\238\000\013\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2123 | \\254\000\239\000\161\000\008\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2124 | \\075\000\050\000\253\000\006\000\ | 
| 53394 | 2125 | \\005\000\089\000\090\000\091\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2126 | \\046\000\049\000\178\000\180\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2127 | \\182\000\185\000\186\000\189\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2128 | \\190\000\191\000\011\000\198\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2129 | \\199\000\183\000\014\000\184\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2130 | \\054\000\187\000\222\000\223\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2131 | \\224\000\000\000\202\000\201\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2132 | \\181\000\162\000\212\000\076\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2133 | \\080\001\082\001\084\001\092\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2134 | \\081\001\093\001\091\001\090\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2135 | \\121\001\125\001\134\001\123\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2136 | \\211\000\092\000\093\000\094\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2137 | \\086\001\087\001\095\001\094\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2138 | \\089\001\088\001\104\001\102\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2139 | \\101\001\116\001\103\001\007\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2140 | \\008\000\099\001\098\001\100\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2141 | \\115\001\085\001\105\001\153\001\ | 
| 53394 | 2142 | \\067\000\117\000\058\000\065\000\ | 
| 2143 | \\066\000\066\000\066\000\066\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2144 | \\114\001\066\000\051\000\052\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2145 | \\050\000\078\001\042\000\118\000\ | 
| 53394 | 2146 | \\119\000\048\000\048\000\048\000\ | 
| 2147 | \\048\000\048\000\071\000\157\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2148 | \\065\001\048\000\120\000\121\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2149 | \\071\001\106\000\069\001\122\000\ | 
| 53394 | 2150 | \\050\000\050\000\050\000\050\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2151 | \\050\000\062\000\072\000\157\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2152 | \\007\001\050\000\052\000\051\000\ | 
| 53394 | 2153 | \\050\000\123\000\124\000\125\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2154 | \\025\001\107\000\022\001\126\000\ | 
| 53394 | 2155 | \\010\000\010\000\010\000\010\000\ | 
| 2156 | \\010\000\010\000\010\000\009\000\ | |
| 47358 | 2157 | \\010\000\010\000\010\000\010\000\ | 
| 53394 | 2158 | \\010\000\073\000\157\000\009\000\ | 
| 2159 | \\069\000\012\000\012\000\009\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2160 | \\127\000\128\000\235\000\108\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2161 | \\233\000\009\000\155\001\101\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2162 | \\161\001\165\001\163\001\162\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2163 | \\157\001\160\001\150\001\159\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2164 | \\164\001\095\000\096\000\097\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2165 | \\098\000\099\000\057\000\076\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2166 | \\129\000\144\001\130\000\113\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2167 | \\083\001\131\000\013\001\030\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2168 | \\044\000\060\000\078\000\017\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2169 | \\031\000\056\000\061\000\079\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2170 | \\032\000\073\001\102\000\055\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2171 | \\057\001\051\001\054\001\056\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2172 | \\067\001\109\000\063\001\061\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2173 | \\068\001\048\000\070\001\103\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2174 | \\248\000\250\000\244\000\247\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2175 | \\249\000\107\001\029\001\026\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2176 | \\055\000\021\000\028\001\037\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2177 | \\039\001\036\001\080\000\062\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2178 | \\020\001\110\000\002\001\004\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2179 | \\005\001\033\000\034\000\035\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2180 | \\000\001\027\001\021\001\050\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2181 | \\023\001\104\000\193\000\200\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2182 | \\009\000\195\000\197\000\188\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2183 | \\192\000\196\000\194\000\220\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2184 | \\218\000\221\000\227\000\229\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2185 | \\225\000\226\000\228\000\230\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2186 | \\231\000\111\000\205\000\207\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2187 | \\208\000\132\000\219\000\127\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2188 | \\036\000\217\000\037\000\216\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2189 | \\038\000\001\000\232\000\009\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2190 | \\234\000\176\000\058\000\058\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2191 | \\177\000\077\000\046\000\066\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2192 | \\059\000\045\000\007\000\175\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2193 | \\112\000\173\001\140\001\066\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2194 | \\136\001\126\001\066\000\066\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2195 | \\133\000\157\000\066\000\050\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2196 | \\134\000\157\000\066\000\175\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2197 | \\015\000\157\000\072\001\174\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2198 | \\068\000\068\000\157\000\135\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2199 | \\053\000\136\000\016\000\157\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2200 | \\068\000\046\000\046\000\050\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2201 | \\024\001\173\000\137\000\017\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2202 | \\157\000\009\000\210\000\007\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2203 | \\007\000\009\000\236\000\158\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2204 | \\138\000\149\001\151\001\139\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2205 | \\140\000\141\000\142\000\143\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2206 | \\058\000\172\001\145\001\144\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2207 | \\014\001\015\001\113\000\145\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2208 | \\018\001\019\001\114\000\039\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2209 | \\048\000\064\001\042\001\146\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2210 | \\040\001\115\000\030\001\068\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2211 | \\068\000\035\001\050\000\003\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2212 | \\006\001\147\000\148\000\040\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2213 | \\203\000\010\000\206\000\209\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2214 | \\149\000\150\000\041\000\166\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2215 | \\168\001\171\001\170\001\169\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2216 | \\167\001\174\001\148\001\018\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2217 | \\147\001\019\000\066\000\062\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2218 | \\038\001\068\000\020\000\043\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2219 | \\044\001\001\001\011\001\010\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2220 | \\050\000\204\000\215\000\214\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2221 | \\009\000\060\000\061\000\151\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2222 | \\041\001\063\000\152\000\153\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2223 | \\012\001\016\001\146\001\031\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2224 | \\032\001\064\000\009\001\213\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2225 | \\034\001\154\000\068\000\033\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2226 | \\159\000\155\000" | 
| 46844 | 2227 | val gotoT = | 
| 2228 | "\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2229 | \\128\000\008\000\129\000\007\000\130\000\006\000\131\000\005\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2230 | \\132\000\004\000\133\000\003\000\134\000\002\000\135\000\001\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2231 | \\136\000\037\002\000\000\ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2232 | \\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2233 | \\128\000\008\000\129\000\007\000\130\000\006\000\131\000\005\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2234 | \\132\000\004\000\133\000\003\000\134\000\002\000\135\000\015\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2235 | \\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2236 | \\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2237 | \\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2238 | \\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2239 | \\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2240 | \\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2241 | \\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2242 | \\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2243 | \\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2244 | \\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2245 | \\128\000\008\000\129\000\007\000\130\000\006\000\131\000\005\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2246 | \\132\000\004\000\133\000\003\000\134\000\002\000\135\000\020\000\000\000\ | 
| 46844 | 2247 | \\000\000\ | 
| 2248 | \\000\000\ | |
| 2249 | \\002\000\024\000\009\000\023\000\014\000\022\000\000\000\ | |
| 2250 | \\002\000\034\000\009\000\023\000\014\000\022\000\000\000\ | |
| 2251 | \\002\000\035\000\009\000\023\000\014\000\022\000\000\000\ | |
| 2252 | \\002\000\036\000\009\000\023\000\014\000\022\000\000\000\ | |
| 2253 | \\000\000\ | |
| 2254 | \\018\000\037\000\000\000\ | |
| 2255 | \\000\000\ | |
| 2256 | \\000\000\ | |
| 2257 | \\000\000\ | |
| 2258 | \\000\000\ | |
| 2259 | \\000\000\ | |
| 2260 | \\000\000\ | |
| 2261 | \\000\000\ | |
| 2262 | \\000\000\ | |
| 2263 | \\000\000\ | |
| 2264 | \\000\000\ | |
| 2265 | \\000\000\ | |
| 2266 | \\000\000\ | |
| 2267 | \\000\000\ | |
| 2268 | \\000\000\ | |
| 2269 | \\000\000\ | |
| 2270 | \\004\000\043\000\000\000\ | |
| 2271 | \\000\000\ | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2272 | \\127\000\045\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2273 | \\127\000\047\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2274 | \\127\000\048\000\000\000\ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 2275 | \\127\000\049\000\000\000\ | 
| 46844 | 2276 | \\000\000\ | 
| 2277 | \\000\000\ | |
| 2278 | \\000\000\ | |
| 2279 | \\000\000\ | |
| 2280 | \\000\000\ | |
| 2281 | \\000\000\ | |
| 2282 | \\000\000\ | |
| 2283 | \\000\000\ | |
| 2284 | \\002\000\058\000\003\000\057\000\009\000\023\000\014\000\022\000\000\000\ | |
| 47358 | 2285 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2286 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2287 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2288 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2289 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2290 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2291 | \\045\000\066\000\055\000\065\000\057\000\064\000\058\000\063\000\ | |
| 53394 | 2292 | \\059\000\062\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2293 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2294 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2295 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2296 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2297 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2298 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2299 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | |
| 2300 | \\061\000\113\000\062\000\112\000\063\000\111\000\065\000\110\000\ | |
| 2301 | \\066\000\109\000\067\000\108\000\068\000\107\000\069\000\106\000\ | |
| 2302 | \\070\000\105\000\071\000\104\000\072\000\103\000\073\000\102\000\ | |
| 53394 | 2303 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2304 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2305 | \\019\000\144\000\020\000\085\000\022\000\084\000\023\000\143\000\ | |
| 2306 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2307 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2308 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2309 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2310 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 2311 | \\074\000\138\000\076\000\137\000\077\000\136\000\083\000\135\000\ | |
| 2312 | \\084\000\134\000\085\000\133\000\089\000\132\000\090\000\131\000\ | |
| 2313 | \\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ | |
| 53394 | 2314 | \\095\000\126\000\096\000\125\000\097\000\124\000\139\000\123\000\ | 
| 2315 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2316 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2317 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2318 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2319 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 2320 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2321 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2322 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 2323 | \\056\000\174\000\098\000\173\000\100\000\172\000\101\000\171\000\ | |
| 2324 | \\102\000\170\000\103\000\169\000\104\000\168\000\105\000\167\000\ | |
| 2325 | \\106\000\166\000\107\000\165\000\108\000\164\000\110\000\163\000\ | |
| 2326 | \\111\000\162\000\112\000\161\000\113\000\160\000\117\000\159\000\ | |
| 2327 | \\118\000\158\000\119\000\157\000\120\000\156\000\121\000\155\000\ | |
| 2328 | \\122\000\154\000\123\000\153\000\124\000\152\000\125\000\151\000\ | |
| 53394 | 2329 | \\126\000\150\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 2330 | \\000\000\ | |
| 2331 | \\000\000\ | |
| 2332 | \\000\000\ | |
| 2333 | \\000\000\ | |
| 2334 | \\000\000\ | |
| 2335 | \\000\000\ | |
| 2336 | \\001\000\213\000\000\000\ | |
| 2337 | \\000\000\ | |
| 2338 | \\000\000\ | |
| 2339 | \\000\000\ | |
| 2340 | \\000\000\ | |
| 2341 | \\000\000\ | |
| 2342 | \\000\000\ | |
| 2343 | \\000\000\ | |
| 2344 | \\000\000\ | |
| 2345 | \\000\000\ | |
| 2346 | \\000\000\ | |
| 2347 | \\000\000\ | |
| 2348 | \\000\000\ | |
| 2349 | \\000\000\ | |
| 2350 | \\000\000\ | |
| 2351 | \\000\000\ | |
| 2352 | \\000\000\ | |
| 2353 | \\000\000\ | |
| 2354 | \\000\000\ | |
| 2355 | \\000\000\ | |
| 2356 | \\000\000\ | |
| 2357 | \\000\000\ | |
| 2358 | \\000\000\ | |
| 2359 | \\036\000\220\000\037\000\219\000\038\000\218\000\000\000\ | |
| 47358 | 2360 | \\000\000\ | 
| 2361 | \\000\000\ | |
| 2362 | \\000\000\ | |
| 2363 | \\000\000\ | |
| 2364 | \\000\000\ | |
| 2365 | \\000\000\ | |
| 2366 | \\000\000\ | |
| 2367 | \\000\000\ | |
| 2368 | \\000\000\ | |
| 2369 | \\000\000\ | |
| 2370 | \\000\000\ | |
| 2371 | \\000\000\ | |
| 2372 | \\000\000\ | |
| 2373 | \\000\000\ | |
| 2374 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 53394 | 2375 | \\019\000\086\000\020\000\226\000\022\000\084\000\023\000\083\000\ | 
| 47358 | 2376 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | 
| 2377 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2378 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2379 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 53394 | 2380 | \\045\000\225\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2381 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2382 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2383 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2384 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2385 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2386 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 53394 | 2387 | \\045\000\066\000\055\000\065\000\057\000\064\000\058\000\227\000\ | 
| 2388 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | |
| 2389 | \\001\000\228\000\000\000\ | |
| 2390 | \\000\000\ | |
| 2391 | \\000\000\ | |
| 2392 | \\000\000\ | |
| 2393 | \\000\000\ | |
| 2394 | \\000\000\ | |
| 2395 | \\000\000\ | |
| 2396 | \\050\000\231\000\000\000\ | |
| 47358 | 2397 | \\000\000\ | 
| 2398 | \\000\000\ | |
| 2399 | \\000\000\ | |
| 2400 | \\000\000\ | |
| 2401 | \\000\000\ | |
| 2402 | \\000\000\ | |
| 2403 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2404 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2405 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2406 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2407 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2408 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2409 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | |
| 53394 | 2410 | \\063\000\111\000\065\000\110\000\066\000\236\000\147\000\061\000\ | 
| 2411 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2412 | \\000\000\ | 
| 2413 | \\000\000\ | |
| 2414 | \\000\000\ | |
| 2415 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2416 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2417 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2418 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2419 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2420 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2421 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | |
| 53394 | 2422 | \\061\000\113\000\062\000\239\000\063\000\111\000\065\000\110\000\ | 
| 47358 | 2423 | \\066\000\109\000\067\000\108\000\068\000\107\000\069\000\106\000\ | 
| 53394 | 2424 | \\070\000\105\000\071\000\104\000\072\000\238\000\147\000\061\000\ | 
| 2425 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2426 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2427 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2428 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2429 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2430 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2431 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2432 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | |
| 53394 | 2433 | \\060\000\241\000\063\000\111\000\065\000\110\000\066\000\109\000\ | 
| 47358 | 2434 | \\067\000\108\000\068\000\107\000\069\000\106\000\070\000\105\000\ | 
| 53394 | 2435 | \\071\000\104\000\072\000\240\000\147\000\061\000\148\000\060\000\ | 
| 2436 | \\149\000\059\000\000\000\ | |
| 2437 | \\000\000\ | |
| 2438 | \\000\000\ | |
| 2439 | \\001\000\243\000\000\000\ | |
| 2440 | \\000\000\ | |
| 2441 | \\000\000\ | |
| 2442 | \\000\000\ | |
| 2443 | \\000\000\ | |
| 2444 | \\000\000\ | |
| 2445 | \\000\000\ | |
| 2446 | \\050\000\246\000\000\000\ | |
| 47358 | 2447 | \\000\000\ | 
| 2448 | \\000\000\ | |
| 2449 | \\000\000\ | |
| 2450 | \\000\000\ | |
| 2451 | \\000\000\ | |
| 2452 | \\000\000\ | |
| 2453 | \\000\000\ | |
| 2454 | \\000\000\ | |
| 2455 | \\000\000\ | |
| 2456 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2457 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2458 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2459 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2460 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2461 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2462 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 53394 | 2463 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\252\000\ | 
| 2464 | \\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2465 | \\000\000\ | 
| 2466 | \\000\000\ | |
| 2467 | \\000\000\ | |
| 2468 | \\000\000\ | |
| 2469 | \\000\000\ | |
| 2470 | \\000\000\ | |
| 2471 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2472 | \\019\000\144\000\020\000\085\000\022\000\084\000\023\000\143\000\ | |
| 2473 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2474 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2475 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2476 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2477 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 53394 | 2478 | \\074\000\138\000\076\000\003\001\077\000\136\000\083\000\135\000\ | 
| 2479 | \\084\000\002\001\085\000\133\000\089\000\132\000\090\000\131\000\ | |
| 47358 | 2480 | \\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ | 
| 53394 | 2481 | \\095\000\126\000\096\000\001\001\139\000\123\000\147\000\061\000\ | 
| 2482 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2483 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2484 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2485 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2486 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2487 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2488 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2489 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 53394 | 2490 | \\075\000\005\001\077\000\136\000\085\000\133\000\089\000\132\000\ | 
| 47358 | 2491 | \\090\000\131\000\091\000\130\000\092\000\129\000\093\000\128\000\ | 
| 53394 | 2492 | \\094\000\127\000\095\000\126\000\096\000\004\001\139\000\123\000\ | 
| 2493 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | |
| 2494 | \\001\000\007\001\000\000\ | |
| 2495 | \\000\000\ | |
| 2496 | \\000\000\ | |
| 2497 | \\000\000\ | |
| 2498 | \\000\000\ | |
| 2499 | \\000\000\ | |
| 2500 | \\000\000\ | |
| 2501 | \\000\000\ | |
| 2502 | \\036\000\183\000\037\000\182\000\050\000\179\000\053\000\011\001\000\000\ | |
| 2503 | \\000\000\ | |
| 47358 | 2504 | \\000\000\ | 
| 2505 | \\000\000\ | |
| 2506 | \\000\000\ | |
| 2507 | \\000\000\ | |
| 2508 | \\000\000\ | |
| 2509 | \\000\000\ | |
| 2510 | \\000\000\ | |
| 2511 | \\000\000\ | |
| 2512 | \\000\000\ | |
| 2513 | \\000\000\ | |
| 2514 | \\000\000\ | |
| 2515 | \\000\000\ | |
| 2516 | \\000\000\ | |
| 2517 | \\000\000\ | |
| 2518 | \\000\000\ | |
| 2519 | \\000\000\ | |
| 2520 | \\000\000\ | |
| 2521 | \\000\000\ | |
| 2522 | \\000\000\ | |
| 2523 | \\000\000\ | |
| 2524 | \\000\000\ | |
| 2525 | \\000\000\ | |
| 2526 | \\000\000\ | |
| 2527 | \\000\000\ | |
| 2528 | \\000\000\ | |
| 2529 | \\000\000\ | |
| 2530 | \\000\000\ | |
| 2531 | \\000\000\ | |
| 2532 | \\000\000\ | |
| 2533 | \\000\000\ | |
| 2534 | \\000\000\ | |
| 2535 | \\000\000\ | |
| 2536 | \\000\000\ | |
| 2537 | \\000\000\ | |
| 2538 | \\000\000\ | |
| 2539 | \\000\000\ | |
| 2540 | \\000\000\ | |
| 2541 | \\000\000\ | |
| 2542 | \\000\000\ | |
| 2543 | \\000\000\ | |
| 2544 | \\000\000\ | |
| 2545 | \\000\000\ | |
| 2546 | \\000\000\ | |
| 2547 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2548 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2549 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2550 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 2551 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2552 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2553 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53394 | 2554 | \\056\000\174\000\098\000\173\000\100\000\029\001\101\000\171\000\ | 
| 47358 | 2555 | \\102\000\170\000\103\000\169\000\104\000\168\000\105\000\167\000\ | 
| 2556 | \\106\000\166\000\107\000\165\000\108\000\164\000\110\000\163\000\ | |
| 2557 | \\111\000\162\000\112\000\161\000\113\000\160\000\117\000\159\000\ | |
| 2558 | \\118\000\158\000\119\000\157\000\120\000\156\000\121\000\155\000\ | |
| 53394 | 2559 | \\122\000\154\000\123\000\153\000\124\000\152\000\125\000\028\001\ | 
| 2560 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2561 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2562 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2563 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2564 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 2565 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2566 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2567 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53394 | 2568 | \\056\000\174\000\099\000\031\001\101\000\171\000\102\000\170\000\ | 
| 47358 | 2569 | \\103\000\169\000\104\000\168\000\105\000\167\000\106\000\166\000\ | 
| 2570 | \\107\000\165\000\108\000\164\000\110\000\163\000\111\000\162\000\ | |
| 2571 | \\112\000\161\000\113\000\160\000\117\000\159\000\118\000\158\000\ | |
| 2572 | \\119\000\157\000\120\000\156\000\121\000\155\000\122\000\154\000\ | |
| 53394 | 2573 | \\123\000\153\000\124\000\152\000\125\000\030\001\147\000\061\000\ | 
| 2574 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 2575 | \\000\000\ | |
| 2576 | \\000\000\ | |
| 2577 | \\000\000\ | |
| 2578 | \\000\000\ | |
| 2579 | \\000\000\ | |
| 2580 | \\000\000\ | |
| 2581 | \\000\000\ | |
| 2582 | \\002\000\058\000\003\000\034\001\009\000\023\000\014\000\022\000\000\000\ | |
| 2583 | \\000\000\ | |
| 2584 | \\006\000\043\001\008\000\042\001\009\000\041\001\010\000\040\001\ | |
| 2585 | \\011\000\039\001\012\000\038\001\013\000\037\001\014\000\087\000\ | |
| 2586 | \\016\000\036\001\000\000\ | |
| 47358 | 2587 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2588 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2589 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2590 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2591 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2592 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 53394 | 2593 | \\045\000\066\000\055\000\065\000\057\000\051\001\147\000\061\000\ | 
| 2594 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2595 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 53394 | 2596 | \\019\000\086\000\020\000\053\001\021\000\052\001\022\000\084\000\ | 
| 47358 | 2597 | \\023\000\083\000\024\000\082\000\025\000\187\000\026\000\080\000\ | 
| 2598 | \\027\000\186\000\028\000\078\000\029\000\077\000\030\000\076\000\ | |
| 2599 | \\031\000\075\000\032\000\184\000\033\000\073\000\034\000\072\000\ | |
| 53394 | 2600 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2601 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 53394 | 2602 | \\019\000\086\000\020\000\053\001\021\000\054\001\022\000\084\000\ | 
| 47358 | 2603 | \\023\000\083\000\024\000\082\000\025\000\187\000\026\000\080\000\ | 
| 2604 | \\027\000\186\000\028\000\078\000\029\000\077\000\030\000\076\000\ | |
| 2605 | \\031\000\075\000\032\000\184\000\033\000\073\000\034\000\072\000\ | |
| 53394 | 2606 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2607 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 53394 | 2608 | \\019\000\086\000\020\000\055\001\022\000\084\000\023\000\083\000\ | 
| 47358 | 2609 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | 
| 2610 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 53394 | 2611 | \\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ | 
| 2612 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2613 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 53394 | 2614 | \\019\000\086\000\020\000\056\001\022\000\084\000\023\000\083\000\ | 
| 47358 | 2615 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | 
| 2616 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 53394 | 2617 | \\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ | 
| 2618 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2619 | \\000\000\ | 
| 2620 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 53394 | 2621 | \\019\000\086\000\020\000\053\001\021\000\057\001\022\000\084\000\ | 
| 47358 | 2622 | \\023\000\083\000\024\000\082\000\025\000\187\000\026\000\080\000\ | 
| 2623 | \\027\000\186\000\028\000\078\000\029\000\077\000\030\000\076\000\ | |
| 2624 | \\031\000\075\000\032\000\184\000\033\000\073\000\034\000\072\000\ | |
| 53394 | 2625 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 2626 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2627 | \\019\000\086\000\020\000\060\001\022\000\084\000\023\000\083\000\ | |
| 2628 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2629 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2630 | \\032\000\184\000\033\000\073\000\034\000\072\000\140\000\059\001\ | |
| 2631 | \\141\000\058\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | |
| 2632 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2633 | \\019\000\086\000\020\000\226\000\022\000\084\000\023\000\083\000\ | |
| 2634 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2635 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2636 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2637 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2638 | \\045\000\065\001\142\000\064\001\143\000\063\001\147\000\061\000\ | 
| 53394 | 2639 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2640 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2641 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2642 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2643 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2644 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2645 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2646 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 2647 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\131\000\ | |
| 2648 | \\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2649 | \\095\000\126\000\096\000\068\001\139\000\123\000\147\000\061\000\ | 
| 53394 | 2650 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 2651 | \\000\000\ | |
| 2652 | \\036\000\220\000\038\000\218\000\000\000\ | |
| 47358 | 2653 | \\000\000\ | 
| 2654 | \\000\000\ | |
| 2655 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2656 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2657 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2658 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2659 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2660 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2661 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | |
| 53394 | 2662 | \\063\000\111\000\065\000\110\000\066\000\071\001\147\000\061\000\ | 
| 2663 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2664 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2665 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2666 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2667 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2668 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2669 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2670 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | |
| 53394 | 2671 | \\063\000\111\000\065\000\110\000\066\000\072\001\147\000\061\000\ | 
| 2672 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2673 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2674 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2675 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2676 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2677 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2678 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2679 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | |
| 53394 | 2680 | \\063\000\111\000\065\000\110\000\066\000\073\001\147\000\061\000\ | 
| 2681 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2682 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2683 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2684 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2685 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2686 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2687 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2688 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2689 | \\063\000\111\000\065\000\110\000\066\000\074\001\147\000\061\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2690 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2691 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2692 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2693 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2694 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2695 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2696 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2697 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2698 | \\063\000\111\000\065\000\110\000\066\000\075\001\147\000\061\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2699 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2700 | \\061\000\076\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2701 | \\011\000\078\001\064\000\077\001\000\000\ | 
| 47358 | 2702 | \\000\000\ | 
| 2703 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2704 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2705 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2706 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2707 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2708 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2709 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | |
| 2710 | \\063\000\111\000\065\000\110\000\066\000\109\000\067\000\108\000\ | |
| 2711 | \\068\000\107\000\069\000\106\000\070\000\105\000\071\000\104\000\ | |
| 53394 | 2712 | \\072\000\238\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2713 | \\000\000\ | 
| 2714 | \\000\000\ | |
| 2715 | \\000\000\ | |
| 2716 | \\000\000\ | |
| 2717 | \\000\000\ | |
| 2718 | \\000\000\ | |
| 2719 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2720 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2721 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2722 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2723 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2724 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2725 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 53394 | 2726 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\084\001\ | 
| 2727 | \\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2728 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2729 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2730 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2731 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2732 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2733 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2734 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 53394 | 2735 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\085\001\ | 
| 2736 | \\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2737 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2738 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2739 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2740 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2741 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2742 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2743 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 53394 | 2744 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\086\001\ | 
| 2745 | \\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2746 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2747 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2748 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2749 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2750 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2751 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2752 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2753 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\087\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2754 | \\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2755 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2756 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2757 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2758 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2759 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2760 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2761 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2762 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\088\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2763 | \\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2764 | \\009\000\097\001\011\000\096\001\047\000\095\001\079\000\094\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2765 | \\080\000\093\001\081\000\092\001\082\000\091\001\144\000\090\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2766 | \\148\000\089\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2767 | \\074\000\100\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2768 | \\011\000\104\001\086\000\103\001\087\000\102\001\088\000\101\001\000\000\ | 
| 47358 | 2769 | \\000\000\ | 
| 2770 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2771 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2772 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2773 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2774 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2775 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2776 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 2777 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\131\000\ | |
| 2778 | \\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ | |
| 53394 | 2779 | \\095\000\126\000\096\000\001\001\139\000\123\000\147\000\061\000\ | 
| 2780 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 2781 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2782 | \\019\000\086\000\020\000\226\000\022\000\084\000\023\000\083\000\ | |
| 2783 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2784 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2785 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2786 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2787 | \\045\000\065\001\142\000\105\001\143\000\063\001\147\000\061\000\ | 
| 53394 | 2788 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 2789 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2790 | \\019\000\086\000\020\000\060\001\022\000\084\000\023\000\083\000\ | |
| 2791 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2792 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2793 | \\032\000\184\000\033\000\073\000\034\000\072\000\140\000\106\001\ | 
| 53394 | 2794 | \\141\000\058\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2795 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2796 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 2797 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 2798 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2799 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 2800 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 2801 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 2802 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\131\000\ | |
| 2803 | \\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2804 | \\095\000\126\000\096\000\107\001\139\000\123\000\147\000\061\000\ | 
| 53394 | 2805 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2806 | \\000\000\ | 
| 2807 | \\000\000\ | |
| 2808 | \\000\000\ | |
| 2809 | \\000\000\ | |
| 2810 | \\000\000\ | |
| 2811 | \\000\000\ | |
| 2812 | \\000\000\ | |
| 2813 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2814 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2815 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2816 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2817 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2818 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2819 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2820 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2821 | \\113\000\160\000\117\000\159\000\118\000\114\001\147\000\061\000\ | 
| 53394 | 2822 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2823 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2824 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2825 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2826 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2827 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2828 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2829 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2830 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 53394 | 2831 | \\113\000\160\000\117\000\159\000\118\000\117\001\147\000\061\000\ | 
| 2832 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2833 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2834 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2835 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2836 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2837 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2838 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2839 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2840 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 53394 | 2841 | \\113\000\160\000\117\000\159\000\118\000\118\001\147\000\061\000\ | 
| 2842 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2843 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2844 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2845 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2846 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2847 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2848 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2849 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2850 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 53394 | 2851 | \\113\000\160\000\117\000\159\000\118\000\119\001\147\000\061\000\ | 
| 2852 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2853 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2854 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2855 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2856 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2857 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2858 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2859 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2860 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 53394 | 2861 | \\113\000\160\000\117\000\159\000\118\000\120\001\147\000\061\000\ | 
| 2862 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 2863 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2864 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2865 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2866 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2867 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2868 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2869 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2870 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2871 | \\113\000\160\000\117\000\159\000\118\000\121\001\147\000\061\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2872 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2873 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2874 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2875 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2876 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2877 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2878 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2879 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2880 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2881 | \\113\000\160\000\117\000\159\000\118\000\122\001\147\000\061\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2882 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2883 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2884 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2885 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | 
| 47358 | 2886 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | 
| 2887 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2888 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2889 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 2890 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ | |
| 2891 | \\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2892 | \\108\000\164\000\109\000\124\001\110\000\163\000\111\000\162\000\ | 
| 47358 | 2893 | \\112\000\161\000\113\000\160\000\117\000\159\000\118\000\158\000\ | 
| 2894 | \\119\000\157\000\120\000\156\000\121\000\155\000\122\000\154\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2895 | \\123\000\153\000\124\000\152\000\125\000\123\001\147\000\061\000\ | 
| 53394 | 2896 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2897 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2898 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2899 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2900 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2901 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2902 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2903 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2904 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2905 | \\108\000\126\001\113\000\160\000\117\000\159\000\118\000\125\001\ | 
| 53394 | 2906 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2907 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2908 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2909 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2910 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2911 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2912 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2913 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2914 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2915 | \\108\000\127\001\113\000\160\000\117\000\159\000\118\000\125\001\ | 
| 53394 | 2916 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2917 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2918 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2919 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2920 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2921 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2922 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2923 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2924 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2925 | \\106\000\129\001\108\000\128\001\113\000\160\000\117\000\159\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2926 | \\118\000\125\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2927 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2928 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2929 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2930 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2931 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2932 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2933 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2934 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2935 | \\108\000\130\001\113\000\160\000\117\000\159\000\118\000\125\001\ | 
| 53394 | 2936 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 2937 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2938 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2939 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2940 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 2941 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2942 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2943 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2944 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2945 | \\108\000\131\001\113\000\160\000\117\000\159\000\118\000\125\001\ | 
| 53394 | 2946 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2947 | \\098\000\132\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2948 | \\011\000\136\001\114\000\135\001\115\000\134\001\116\000\133\001\000\000\ | 
| 47358 | 2949 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2950 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2951 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2952 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 2953 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2954 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2955 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 2956 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ | |
| 2957 | \\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ | |
| 2958 | \\108\000\164\000\110\000\163\000\111\000\162\000\112\000\161\000\ | |
| 2959 | \\113\000\160\000\117\000\159\000\118\000\158\000\119\000\157\000\ | |
| 2960 | \\120\000\156\000\121\000\155\000\122\000\154\000\123\000\153\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2961 | \\124\000\152\000\125\000\137\001\147\000\061\000\148\000\060\000\ | 
| 53394 | 2962 | \\149\000\059\000\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2963 | \\009\000\090\000\019\000\139\001\031\000\138\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2964 | \\051\000\178\000\054\000\175\000\117\000\141\001\138\000\140\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2965 | \\051\000\178\000\054\000\175\000\117\000\143\001\137\000\142\001\000\000\ | 
| 47358 | 2966 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 2967 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2968 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2969 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 2970 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2971 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2972 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 2973 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ | |
| 2974 | \\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ | |
| 2975 | \\108\000\164\000\110\000\163\000\111\000\162\000\112\000\161\000\ | |
| 2976 | \\113\000\160\000\117\000\159\000\118\000\158\000\119\000\157\000\ | |
| 2977 | \\120\000\156\000\121\000\155\000\122\000\154\000\123\000\153\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 2978 | \\124\000\152\000\125\000\144\001\147\000\061\000\148\000\060\000\ | 
| 53394 | 2979 | \\149\000\059\000\000\000\ | 
| 47358 | 2980 | \\000\000\ | 
| 2981 | \\000\000\ | |
| 2982 | \\000\000\ | |
| 2983 | \\000\000\ | |
| 2984 | \\000\000\ | |
| 2985 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 2986 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 2987 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 2988 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 2989 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 2990 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 2991 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 2992 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ | |
| 2993 | \\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ | |
| 2994 | \\108\000\164\000\110\000\163\000\111\000\162\000\112\000\161\000\ | |
| 2995 | \\113\000\160\000\117\000\159\000\118\000\158\000\119\000\157\000\ | |
| 2996 | \\120\000\156\000\121\000\155\000\122\000\154\000\123\000\153\000\ | |
| 53394 | 2997 | \\124\000\152\000\125\000\028\001\147\000\061\000\148\000\060\000\ | 
| 2998 | \\149\000\059\000\000\000\ | |
| 2999 | \\000\000\ | |
| 3000 | \\000\000\ | |
| 3001 | \\000\000\ | |
| 3002 | \\000\000\ | |
| 3003 | \\000\000\ | |
| 3004 | \\000\000\ | |
| 3005 | \\000\000\ | |
| 3006 | \\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3007 | \\005\000\152\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3008 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3009 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3010 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3011 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3012 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3013 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3014 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3015 | \\006\000\043\001\007\000\160\001\008\000\159\001\009\000\041\001\ | 
| 53394 | 3016 | \\010\000\040\001\011\000\039\001\012\000\038\001\013\000\037\001\ | 
| 3017 | \\014\000\087\000\016\000\036\001\000\000\ | |
| 3018 | \\000\000\ | |
| 3019 | \\000\000\ | |
| 3020 | \\000\000\ | |
| 3021 | \\000\000\ | |
| 47358 | 3022 | \\000\000\ | 
| 3023 | \\000\000\ | |
| 3024 | \\000\000\ | |
| 3025 | \\000\000\ | |
| 3026 | \\000\000\ | |
| 3027 | \\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3028 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3029 | \\019\000\086\000\020\000\060\001\022\000\084\000\023\000\083\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3030 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3031 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3032 | \\032\000\184\000\033\000\073\000\034\000\072\000\141\000\168\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3033 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3034 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3035 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3036 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3037 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3038 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3039 | \\019\000\086\000\020\000\226\000\022\000\084\000\023\000\083\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3040 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3041 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3042 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3043 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3044 | \\045\000\065\001\143\000\172\001\147\000\061\000\148\000\060\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3045 | \\149\000\059\000\000\000\ | 
| 47358 | 3046 | \\000\000\ | 
| 3047 | \\000\000\ | |
| 3048 | \\000\000\ | |
| 3049 | \\000\000\ | |
| 3050 | \\000\000\ | |
| 3051 | \\000\000\ | |
| 3052 | \\000\000\ | |
| 3053 | \\000\000\ | |
| 3054 | \\000\000\ | |
| 3055 | \\000\000\ | |
| 3056 | \\000\000\ | |
| 3057 | \\000\000\ | |
| 3058 | \\000\000\ | |
| 3059 | \\000\000\ | |
| 3060 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 3061 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 3062 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3063 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3064 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3065 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 3066 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3067 | \\060\000\178\001\063\000\111\000\065\000\110\000\066\000\109\000\ | 
| 47358 | 3068 | \\067\000\108\000\068\000\107\000\069\000\106\000\070\000\105\000\ | 
| 53394 | 3069 | \\071\000\104\000\072\000\240\000\147\000\061\000\148\000\060\000\ | 
| 3070 | \\149\000\059\000\000\000\ | |
| 3071 | \\000\000\ | |
| 3072 | \\000\000\ | |
| 3073 | \\000\000\ | |
| 3074 | \\000\000\ | |
| 3075 | \\000\000\ | |
| 3076 | \\000\000\ | |
| 3077 | \\000\000\ | |
| 3078 | \\000\000\ | |
| 3079 | \\000\000\ | |
| 3080 | \\000\000\ | |
| 3081 | \\000\000\ | |
| 3082 | \\000\000\ | |
| 3083 | \\000\000\ | |
| 3084 | \\000\000\ | |
| 3085 | \\000\000\ | |
| 3086 | \\000\000\ | |
| 3087 | \\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3088 | \\009\000\097\001\011\000\096\001\047\000\095\001\078\000\185\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3089 | \\079\000\094\001\080\000\184\001\081\000\092\001\082\000\183\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3090 | \\144\000\090\001\148\000\089\001\000\000\ | 
| 47358 | 3091 | \\000\000\ | 
| 3092 | \\000\000\ | |
| 3093 | \\000\000\ | |
| 3094 | \\000\000\ | |
| 3095 | \\000\000\ | |
| 3096 | \\000\000\ | |
| 3097 | \\000\000\ | |
| 3098 | \\000\000\ | |
| 3099 | \\000\000\ | |
| 3100 | \\000\000\ | |
| 3101 | \\000\000\ | |
| 3102 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 3103 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 3104 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3105 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3106 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3107 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 3108 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3109 | \\075\000\192\001\077\000\136\000\085\000\133\000\089\000\132\000\ | 
| 47358 | 3110 | \\090\000\131\000\091\000\130\000\092\000\129\000\093\000\128\000\ | 
| 53394 | 3111 | \\094\000\127\000\095\000\126\000\096\000\004\001\139\000\123\000\ | 
| 3112 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 3113 | \\000\000\ | 
| 3114 | \\000\000\ | |
| 3115 | \\000\000\ | |
| 3116 | \\000\000\ | |
| 3117 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 3118 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 3119 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 3120 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 3121 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 3122 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 3123 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 3124 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ | |
| 3125 | \\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ | |
| 3126 | \\108\000\164\000\110\000\163\000\111\000\162\000\112\000\161\000\ | |
| 3127 | \\113\000\160\000\117\000\159\000\118\000\158\000\119\000\157\000\ | |
| 3128 | \\120\000\156\000\121\000\155\000\122\000\154\000\123\000\153\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3129 | \\124\000\152\000\125\000\194\001\147\000\061\000\148\000\060\000\ | 
| 53394 | 3130 | \\149\000\059\000\000\000\ | 
| 3131 | \\000\000\ | |
| 3132 | \\000\000\ | |
| 47358 | 3133 | \\000\000\ | 
| 3134 | \\000\000\ | |
| 3135 | \\000\000\ | |
| 3136 | \\000\000\ | |
| 3137 | \\000\000\ | |
| 3138 | \\000\000\ | |
| 3139 | \\000\000\ | |
| 3140 | \\000\000\ | |
| 3141 | \\000\000\ | |
| 3142 | \\000\000\ | |
| 3143 | \\000\000\ | |
| 3144 | \\000\000\ | |
| 3145 | \\000\000\ | |
| 3146 | \\000\000\ | |
| 3147 | \\000\000\ | |
| 3148 | \\000\000\ | |
| 3149 | \\000\000\ | |
| 3150 | \\000\000\ | |
| 3151 | \\000\000\ | |
| 3152 | \\000\000\ | |
| 3153 | \\000\000\ | |
| 3154 | \\000\000\ | |
| 3155 | \\000\000\ | |
| 3156 | \\000\000\ | |
| 3157 | \\000\000\ | |
| 3158 | \\000\000\ | |
| 3159 | \\000\000\ | |
| 3160 | \\000\000\ | |
| 3161 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 3162 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 3163 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 3164 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 3165 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 3166 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 3167 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3168 | \\056\000\174\000\099\000\202\001\101\000\171\000\102\000\170\000\ | 
| 47358 | 3169 | \\103\000\169\000\104\000\168\000\105\000\167\000\106\000\166\000\ | 
| 3170 | \\107\000\165\000\108\000\164\000\110\000\163\000\111\000\162\000\ | |
| 3171 | \\112\000\161\000\113\000\160\000\117\000\159\000\118\000\158\000\ | |
| 3172 | \\119\000\157\000\120\000\156\000\121\000\155\000\122\000\154\000\ | |
| 53394 | 3173 | \\123\000\153\000\124\000\152\000\125\000\030\001\147\000\061\000\ | 
| 3174 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 3175 | \\000\000\ | |
| 3176 | \\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3177 | \\006\000\043\001\008\000\203\001\009\000\041\001\010\000\040\001\ | 
| 53394 | 3178 | \\011\000\039\001\012\000\038\001\013\000\037\001\014\000\087\000\ | 
| 3179 | \\016\000\036\001\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3180 | \\006\000\043\001\007\000\204\001\008\000\159\001\009\000\041\001\ | 
| 53394 | 3181 | \\010\000\040\001\011\000\039\001\012\000\038\001\013\000\037\001\ | 
| 3182 | \\014\000\087\000\016\000\036\001\000\000\ | |
| 3183 | \\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3184 | \\006\000\206\001\017\000\205\001\000\000\ | 
| 47358 | 3185 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 3186 | \\019\000\144\000\020\000\085\000\022\000\084\000\023\000\143\000\ | |
| 3187 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3188 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3189 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3190 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 3191 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 3192 | \\074\000\138\000\076\000\137\000\077\000\136\000\083\000\135\000\ | |
| 3193 | \\084\000\134\000\085\000\133\000\089\000\132\000\090\000\131\000\ | |
| 3194 | \\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3195 | \\095\000\126\000\096\000\125\000\097\000\207\001\139\000\123\000\ | 
| 53394 | 3196 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 3197 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3198 | \\019\000\086\000\020\000\208\001\022\000\084\000\023\000\083\000\ | 
| 47358 | 3199 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | 
| 3200 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 53394 | 3201 | \\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ | 
| 3202 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 3203 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 3204 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 3205 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3206 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3207 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3208 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 3209 | \\045\000\066\000\055\000\065\000\057\000\064\000\058\000\063\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3210 | \\059\000\209\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 3211 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 3212 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 3213 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3214 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3215 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3216 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 3217 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | |
| 3218 | \\061\000\113\000\062\000\112\000\063\000\111\000\065\000\110\000\ | |
| 3219 | \\066\000\109\000\067\000\108\000\068\000\107\000\069\000\106\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3220 | \\070\000\105\000\071\000\104\000\072\000\103\000\073\000\210\001\ | 
| 53394 | 3221 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 3222 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 3223 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 3224 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 3225 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 3226 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 3227 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 3228 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 3229 | \\056\000\174\000\098\000\173\000\100\000\172\000\101\000\171\000\ | |
| 3230 | \\102\000\170\000\103\000\169\000\104\000\168\000\105\000\167\000\ | |
| 3231 | \\106\000\166\000\107\000\165\000\108\000\164\000\110\000\163\000\ | |
| 3232 | \\111\000\162\000\112\000\161\000\113\000\160\000\117\000\159\000\ | |
| 3233 | \\118\000\158\000\119\000\157\000\120\000\156\000\121\000\155\000\ | |
| 3234 | \\122\000\154\000\123\000\153\000\124\000\152\000\125\000\151\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3235 | \\126\000\211\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 3236 | \\000\000\ | 
| 3237 | \\000\000\ | |
| 3238 | \\000\000\ | |
| 3239 | \\000\000\ | |
| 3240 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3241 | \\019\000\086\000\020\000\053\001\021\000\214\001\022\000\084\000\ | 
| 47358 | 3242 | \\023\000\083\000\024\000\082\000\025\000\187\000\026\000\080\000\ | 
| 3243 | \\027\000\186\000\028\000\078\000\029\000\077\000\030\000\076\000\ | |
| 3244 | \\031\000\075\000\032\000\184\000\033\000\073\000\034\000\072\000\ | |
| 53394 | 3245 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 3246 | \\000\000\ | 
| 3247 | \\000\000\ | |
| 3248 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3249 | \\019\000\086\000\020\000\215\001\022\000\084\000\023\000\083\000\ | 
| 47358 | 3250 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | 
| 3251 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 53394 | 3252 | \\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ | 
| 3253 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 47358 | 3254 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3255 | \\019\000\086\000\020\000\216\001\022\000\084\000\023\000\083\000\ | 
| 47358 | 3256 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | 
| 3257 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 53394 | 3258 | \\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ | 
| 3259 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3260 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3261 | \\011\000\104\001\086\000\103\001\087\000\102\001\088\000\218\001\000\000\ | 
| 47358 | 3262 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3263 | \\019\000\086\000\020\000\219\001\022\000\084\000\023\000\083\000\ | 
| 47358 | 3264 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | 
| 3265 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 53394 | 3266 | \\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ | 
| 3267 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 3268 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 3269 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 3270 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3271 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3272 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3273 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 3274 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3275 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\220\001\ | 
| 53394 | 3276 | \\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3277 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3278 | \\011\000\104\001\086\000\103\001\087\000\102\001\088\000\222\001\000\000\ | 
| 53394 | 3279 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3280 | \\019\000\086\000\020\000\223\001\022\000\084\000\023\000\083\000\ | 
| 53394 | 3281 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | 
| 3282 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3283 | \\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ | |
| 3284 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 3285 | \\000\000\ | |
| 3286 | \\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3287 | \\011\000\078\001\064\000\225\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3288 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3289 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3290 | \\009\000\097\001\011\000\096\001\047\000\095\001\080\000\226\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3291 | \\148\000\089\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3292 | \\009\000\097\001\011\000\096\001\047\000\095\001\080\000\228\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3293 | \\146\000\227\001\148\000\089\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3294 | \\011\000\104\001\086\000\103\001\087\000\102\001\088\000\229\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3295 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3296 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3297 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3298 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3299 | \\011\000\104\001\086\000\103\001\087\000\102\001\088\000\235\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3300 | \\009\000\097\001\011\000\096\001\047\000\095\001\080\000\236\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3301 | \\148\000\089\001\000\000\ | 
| 47358 | 3302 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 3303 | \\019\000\144\000\020\000\085\000\022\000\084\000\023\000\143\000\ | |
| 3304 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3305 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3306 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3307 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 3308 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 3309 | \\074\000\138\000\076\000\137\000\077\000\136\000\083\000\135\000\ | |
| 3310 | \\084\000\134\000\085\000\133\000\089\000\132\000\090\000\131\000\ | |
| 3311 | \\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3312 | \\095\000\126\000\096\000\125\000\097\000\237\001\139\000\123\000\ | 
| 53394 | 3313 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 3314 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 3315 | \\019\000\144\000\020\000\085\000\022\000\084\000\023\000\143\000\ | |
| 3316 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3317 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3318 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3319 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 3320 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 3321 | \\074\000\138\000\076\000\137\000\077\000\136\000\083\000\135\000\ | |
| 3322 | \\084\000\134\000\085\000\133\000\089\000\132\000\090\000\131\000\ | |
| 3323 | \\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3324 | \\095\000\126\000\096\000\125\000\097\000\238\001\139\000\123\000\ | 
| 53394 | 3325 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 3326 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 3327 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 3328 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3329 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3330 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3331 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 3332 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 3333 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\131\000\ | |
| 3334 | \\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3335 | \\095\000\126\000\096\000\239\001\139\000\123\000\147\000\061\000\ | 
| 53394 | 3336 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 3337 | \\000\000\ | |
| 3338 | \\000\000\ | |
| 3339 | \\000\000\ | |
| 3340 | \\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3341 | \\011\000\136\001\114\000\135\001\115\000\134\001\116\000\242\001\000\000\ | 
| 47358 | 3342 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 3343 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 3344 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 3345 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 3346 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 3347 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 3348 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 3349 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ | |
| 3350 | \\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3351 | \\108\000\164\000\109\000\243\001\110\000\163\000\111\000\162\000\ | 
| 47358 | 3352 | \\112\000\161\000\113\000\160\000\117\000\159\000\118\000\158\000\ | 
| 3353 | \\119\000\157\000\120\000\156\000\121\000\155\000\122\000\154\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3354 | \\123\000\153\000\124\000\152\000\125\000\123\001\147\000\061\000\ | 
| 53394 | 3355 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 3356 | \\000\000\ | 
| 3357 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 3358 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 3359 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 3360 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 3361 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 3362 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 3363 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 3364 | \\056\000\174\000\098\000\173\000\100\000\172\000\101\000\171\000\ | |
| 3365 | \\102\000\170\000\103\000\169\000\104\000\168\000\105\000\167\000\ | |
| 3366 | \\106\000\166\000\107\000\165\000\108\000\164\000\110\000\163\000\ | |
| 3367 | \\111\000\162\000\112\000\161\000\113\000\160\000\117\000\159\000\ | |
| 3368 | \\118\000\158\000\119\000\157\000\120\000\156\000\121\000\155\000\ | |
| 3369 | \\122\000\154\000\123\000\153\000\124\000\152\000\125\000\151\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3370 | \\126\000\244\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 53394 | 3371 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 3372 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 3373 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 3374 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 3375 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 3376 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 3377 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 3378 | \\056\000\174\000\098\000\173\000\100\000\172\000\101\000\171\000\ | |
| 3379 | \\102\000\170\000\103\000\169\000\104\000\168\000\105\000\167\000\ | |
| 3380 | \\106\000\166\000\107\000\165\000\108\000\164\000\110\000\163\000\ | |
| 3381 | \\111\000\162\000\112\000\161\000\113\000\160\000\117\000\159\000\ | |
| 3382 | \\118\000\158\000\119\000\157\000\120\000\156\000\121\000\155\000\ | |
| 3383 | \\122\000\154\000\123\000\153\000\124\000\152\000\125\000\151\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3384 | \\126\000\245\001\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 3385 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 3386 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 3387 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 3388 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 3389 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 3390 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 3391 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 3392 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ | |
| 3393 | \\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ | |
| 3394 | \\108\000\164\000\110\000\163\000\111\000\162\000\112\000\161\000\ | |
| 3395 | \\113\000\160\000\117\000\159\000\118\000\158\000\119\000\157\000\ | |
| 3396 | \\120\000\156\000\121\000\155\000\122\000\154\000\123\000\153\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3397 | \\124\000\152\000\125\000\246\001\147\000\061\000\148\000\060\000\ | 
| 53394 | 3398 | \\149\000\059\000\000\000\ | 
| 3399 | \\000\000\ | |
| 3400 | \\000\000\ | |
| 3401 | \\000\000\ | |
| 3402 | \\000\000\ | |
| 3403 | \\000\000\ | |
| 3404 | \\000\000\ | |
| 3405 | \\000\000\ | |
| 3406 | \\000\000\ | |
| 3407 | \\000\000\ | |
| 3408 | \\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3409 | \\006\000\043\001\007\000\253\001\008\000\159\001\009\000\041\001\ | 
| 53394 | 3410 | \\010\000\040\001\011\000\039\001\012\000\038\001\013\000\037\001\ | 
| 3411 | \\014\000\087\000\016\000\036\001\000\000\ | |
| 3412 | \\000\000\ | |
| 3413 | \\000\000\ | |
| 3414 | \\000\000\ | |
| 3415 | \\000\000\ | |
| 47358 | 3416 | \\000\000\ | 
| 3417 | \\000\000\ | |
| 3418 | \\000\000\ | |
| 3419 | \\000\000\ | |
| 3420 | \\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3421 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3422 | \\000\000\ | 
| 47358 | 3423 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | 
| 3424 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 3425 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3426 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3427 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3428 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 3429 | \\045\000\117\000\046\000\116\000\051\000\115\000\055\000\114\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3430 | \\063\000\111\000\065\000\110\000\066\000\003\002\147\000\061\000\ | 
| 53394 | 3431 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 3432 | \\000\000\ | |
| 3433 | \\000\000\ | |
| 3434 | \\000\000\ | |
| 3435 | \\000\000\ | |
| 3436 | \\000\000\ | |
| 3437 | \\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3438 | \\009\000\097\001\011\000\096\001\047\000\095\001\080\000\007\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3439 | \\148\000\089\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3440 | \\009\000\097\001\011\000\096\001\047\000\095\001\080\000\008\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3441 | \\148\000\089\001\000\000\ | 
| 47358 | 3442 | \\000\000\ | 
| 3443 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 3444 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 3445 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3446 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3447 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3448 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 3449 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3450 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\009\002\ | 
| 53394 | 3451 | \\139\000\123\000\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 47358 | 3452 | \\000\000\ | 
| 3453 | \\000\000\ | |
| 3454 | \\000\000\ | |
| 3455 | \\000\000\ | |
| 3456 | \\000\000\ | |
| 3457 | \\000\000\ | |
| 3458 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 3459 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 3460 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 3461 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3462 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 3463 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 3464 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3465 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\115\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3466 | \\113\000\160\000\117\000\159\000\118\000\013\002\147\000\061\000\ | 
| 53394 | 3467 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 3468 | \\000\000\ | |
| 3469 | \\000\000\ | |
| 3470 | \\000\000\ | |
| 47358 | 3471 | \\000\000\ | 
| 3472 | \\000\000\ | |
| 3473 | \\000\000\ | |
| 3474 | \\000\000\ | |
| 3475 | \\000\000\ | |
| 3476 | \\000\000\ | |
| 3477 | \\000\000\ | |
| 3478 | \\000\000\ | |
| 3479 | \\000\000\ | |
| 3480 | \\000\000\ | |
| 3481 | \\000\000\ | |
| 3482 | \\000\000\ | |
| 3483 | \\000\000\ | |
| 3484 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3485 | \\019\000\086\000\020\000\019\002\022\000\084\000\023\000\083\000\ | 
| 47358 | 3486 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | 
| 3487 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 53394 | 3488 | \\032\000\184\000\033\000\073\000\034\000\072\000\147\000\061\000\ | 
| 3489 | \\148\000\060\000\149\000\059\000\000\000\ | |
| 3490 | \\000\000\ | |
| 3491 | \\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3492 | \\009\000\097\001\011\000\096\001\047\000\095\001\080\000\228\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3493 | \\146\000\020\002\148\000\089\001\000\000\ | 
| 47358 | 3494 | \\000\000\ | 
| 3495 | \\000\000\ | |
| 3496 | \\000\000\ | |
| 3497 | \\000\000\ | |
| 3498 | \\000\000\ | |
| 3499 | \\000\000\ | |
| 3500 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 3501 | \\019\000\086\000\020\000\085\000\022\000\084\000\023\000\083\000\ | |
| 3502 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3503 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3504 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3505 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 3506 | \\045\000\142\000\046\000\141\000\051\000\140\000\055\000\139\000\ | |
| 3507 | \\077\000\136\000\085\000\133\000\089\000\132\000\090\000\131\000\ | |
| 3508 | \\091\000\130\000\092\000\129\000\093\000\128\000\094\000\127\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3509 | \\095\000\126\000\096\000\022\002\139\000\123\000\147\000\061\000\ | 
| 53394 | 3510 | \\148\000\060\000\149\000\059\000\000\000\ | 
| 3511 | \\000\000\ | |
| 47358 | 3512 | \\000\000\ | 
| 3513 | \\000\000\ | |
| 3514 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 3515 | \\019\000\086\000\020\000\188\000\022\000\084\000\023\000\083\000\ | |
| 3516 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 3517 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\185\000\ | |
| 3518 | \\032\000\184\000\033\000\073\000\034\000\072\000\036\000\183\000\ | |
| 3519 | \\037\000\182\000\046\000\181\000\049\000\180\000\050\000\179\000\ | |
| 3520 | \\051\000\178\000\052\000\177\000\053\000\176\000\054\000\175\000\ | |
| 3521 | \\056\000\174\000\101\000\171\000\102\000\170\000\103\000\169\000\ | |
| 3522 | \\104\000\168\000\105\000\167\000\106\000\166\000\107\000\165\000\ | |
| 3523 | \\108\000\164\000\110\000\163\000\111\000\162\000\112\000\161\000\ | |
| 3524 | \\113\000\160\000\117\000\159\000\118\000\158\000\119\000\157\000\ | |
| 3525 | \\120\000\156\000\121\000\155\000\122\000\154\000\123\000\153\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3526 | \\124\000\152\000\125\000\023\002\147\000\061\000\148\000\060\000\ | 
| 53394 | 3527 | \\149\000\059\000\000\000\ | 
| 3528 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 3529 | \\019\000\086\000\020\000\060\001\022\000\084\000\023\000\083\000\ | |
| 3530 | \\024\000\082\000\025\000\187\000\026\000\080\000\027\000\186\000\ | |
| 3531 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3532 | \\032\000\184\000\033\000\073\000\034\000\072\000\141\000\024\002\ | 
| 53394 | 3533 | \\147\000\061\000\148\000\060\000\149\000\059\000\000\000\ | 
| 3534 | \\009\000\090\000\011\000\089\000\012\000\088\000\014\000\087\000\ | |
| 3535 | \\019\000\086\000\020\000\226\000\022\000\084\000\023\000\083\000\ | |
| 3536 | \\024\000\082\000\025\000\081\000\026\000\080\000\027\000\079\000\ | |
| 3537 | \\028\000\078\000\029\000\077\000\030\000\076\000\031\000\075\000\ | |
| 3538 | \\032\000\074\000\033\000\073\000\034\000\072\000\035\000\071\000\ | |
| 3539 | \\039\000\070\000\042\000\069\000\043\000\068\000\044\000\067\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3540 | \\045\000\065\001\143\000\025\002\147\000\061\000\148\000\060\000\ | 
| 53394 | 3541 | \\149\000\059\000\000\000\ | 
| 3542 | \\000\000\ | |
| 3543 | \\000\000\ | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3544 | \\009\000\097\001\011\000\096\001\047\000\095\001\080\000\028\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3545 | \\145\000\027\002\148\000\089\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3546 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3547 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3548 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3549 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3550 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3551 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3552 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3553 | \\009\000\097\001\011\000\096\001\047\000\095\001\079\000\033\002\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3554 | \\080\000\032\002\081\000\092\001\148\000\089\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3555 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3556 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3557 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3558 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3559 | \\009\000\097\001\011\000\096\001\047\000\095\001\078\000\185\001\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3560 | \\080\000\036\002\148\000\089\001\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3561 | \\000\000\ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3562 | \\000\000\ | 
| 46844 | 3563 | \\000\000\ | 
| 3564 | \" | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 3565 | val numstates = 550 | 
| 53394 | 3566 | val numrules = 296 | 
| 46844 | 3567 | val s = Unsynchronized.ref "" and index = Unsynchronized.ref 0 | 
| 3568 | val string_to_int = fn () => | |
| 3569 | let val i = !index | |
| 3570 | in index := i+2; Char.ord(String.sub(!s,i)) + Char.ord(String.sub(!s,i+1)) * 256 | |
| 3571 | end | |
| 3572 | val string_to_list = fn s' => | |
| 3573 | let val len = String.size s' | |
| 3574 | fun f () = | |
| 3575 | if !index < len then string_to_int() :: f() | |
| 3576 | else nil | |
| 3577 | in index := 0; s := s'; f () | |
| 3578 | end | |
| 3579 | val string_to_pairlist = fn (conv_key,conv_entry) => | |
| 3580 | let fun f () = | |
| 3581 | case string_to_int() | |
| 3582 | of 0 => EMPTY | |
| 3583 | | n => PAIR(conv_key (n-1),conv_entry (string_to_int()),f()) | |
| 3584 | in f | |
| 3585 | end | |
| 3586 | val string_to_pairlist_default = fn (conv_key,conv_entry) => | |
| 3587 | let val conv_row = string_to_pairlist(conv_key,conv_entry) | |
| 3588 | in fn () => | |
| 3589 | let val default = conv_entry(string_to_int()) | |
| 3590 | val row = conv_row() | |
| 3591 | in (row,default) | |
| 3592 | end | |
| 3593 | end | |
| 3594 | val string_to_table = fn (convert_row,s') => | |
| 3595 | let val len = String.size s' | |
| 3596 | fun f ()= | |
| 3597 | if !index < len then convert_row() :: f() | |
| 3598 | else nil | |
| 3599 | in (s := s'; index := 0; f ()) | |
| 3600 | end | |
| 3601 | local | |
| 3602 | val memo = Array.array(numstates+numrules,ERROR) | |
| 3603 | val _ =let fun g i=(Array.update(memo,i,REDUCE(i-numstates)); g(i+1)) | |
| 3604 | fun f i = | |
| 3605 | if i=numstates then g i | |
| 3606 | else (Array.update(memo,i,SHIFT (STATE i)); f (i+1)) | |
| 3607 | in f 0 handle Subscript => () | |
| 3608 | end | |
| 3609 | in | |
| 3610 | val entry_to_action = fn 0 => ACCEPT | 1 => ERROR | j => Array.sub(memo,(j-2)) | |
| 3611 | end | |
| 3612 | val gotoT=Array.fromList(string_to_table(string_to_pairlist(NT,STATE),gotoT)) | |
| 3613 | val actionRows=string_to_table(string_to_pairlist_default(T,entry_to_action),actionRows) | |
| 3614 | val actionRowNumbers = string_to_list actionRowNumbers | |
| 3615 | val actionT = let val actionRowLookUp= | |
| 3616 | let val a=Array.fromList(actionRows) in fn i=>Array.sub(a,i) end | |
| 3617 | in Array.fromList(map actionRowLookUp actionRowNumbers) | |
| 3618 | end | |
| 3619 | in LrTable.mkLrTable {actions=actionT,gotos=gotoT,numRules=numrules,
 | |
| 3620 | numStates=numstates,initialState=STATE 0} | |
| 3621 | end | |
| 3622 | end | |
| 3623 | local open Header in | |
| 3624 | type pos = int | |
| 3625 | type arg = string | |
| 3626 | structure MlyValue = | |
| 3627 | struct | |
| 3628 | datatype svalue = VOID | ntVOID of unit | |
| 47358 | 3629 | | DOLLAR_DOLLAR_WORD of (string) | DOLLAR_WORD of (string) | 
| 46844 | 3630 | | DISTINCT_OBJECT of (string) | COMMENT of (string) | 
| 3631 | | LOWER_WORD of (string) | UPPER_WORD of (string) | |
| 3632 | | SINGLE_QUOTED of (string) | DOT_DECIMAL of (string) | |
| 3633 | | UNSIGNED_INTEGER of (string) | SIGNED_INTEGER of (string) | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3634 | | RATIONAL of (string) | REAL of (string) | 
| 47358 | 3635 | | atomic_system_word of (string) | atomic_defined_word of (string) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3636 | | let_term of (tptp_term) | tff_type_arguments of (tptp_type list) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3637 | | tff_monotype of (tptp_type) | tff_quantified_type of (tptp_type) | 
| 53394 | 3638 | | tff_let_formula_binding of (tptp_formula) | 
| 3639 | | tff_let_formula_defn of (tptp_let) | |
| 3640 | | tff_let_term_binding of (tptp_term) | |
| 3641 | | tff_let_term_defn of (tptp_let) | tff_let of (tptp_formula) | |
| 3642 | | thf_let_formula_defn of (tptp_let) | |
| 3643 | | thf_let_term_defn of (tptp_let) | tptp of (tptp_problem) | |
| 46844 | 3644 | | tptp_file of (tptp_problem) | tptp_input of (tptp_line) | 
| 3645 | | include_ of (tptp_line) | annotated_formula of (tptp_line) | |
| 3646 | | thf_annotated of (tptp_line) | tff_annotated of (tptp_line) | |
| 3647 | | fof_annotated of (tptp_line) | cnf_annotated of (tptp_line) | |
| 3648 | | formula_role of (role) | thf_formula of (tptp_formula) | |
| 3649 | | thf_logic_formula of (tptp_formula) | |
| 3650 | | thf_binary_formula of (tptp_formula) | |
| 3651 | | thf_binary_pair of (tptp_formula) | |
| 3652 | | thf_binary_tuple of (tptp_formula) | |
| 3653 | | thf_or_formula of (tptp_formula) | |
| 3654 | | thf_and_formula of (tptp_formula) | |
| 3655 | | thf_apply_formula of (tptp_formula) | |
| 3656 | | thf_unitary_formula of (tptp_formula) | |
| 3657 | | thf_quantified_formula of (tptp_formula) | |
| 3658 | | thf_variable_list of ( ( string * tptp_type option ) list) | |
| 3659 | | thf_variable of (string*tptp_type option) | |
| 3660 | | thf_typed_variable of (string*tptp_type option) | |
| 3661 | | thf_unary_formula of (tptp_formula) | |
| 3662 | | thf_type_formula of (tptp_formula*tptp_type) | |
| 3663 | | thf_typeable_formula of (tptp_formula) | |
| 3664 | | thf_subtype of (tptp_type) | thf_top_level_type of (tptp_type) | |
| 3665 | | thf_unitary_type of (tptp_type) | thf_binary_type of (tptp_type) | |
| 3666 | | thf_mapping_type of (tptp_type) | thf_xprod_type of (tptp_type) | |
| 3667 | | thf_union_type of (tptp_type) | thf_atom of (tptp_formula) | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3668 | | thf_let of (tptp_formula) | thf_conditional of (tptp_formula) | 
| 46844 | 3669 | | thf_sequent of (tptp_formula) | 
| 3670 | | thf_tuple_list of (tptp_formula list) | |
| 3671 | | thf_tuple of (tptp_formula list) | tff_formula of (tptp_formula) | |
| 3672 | | tff_logic_formula of (tptp_formula) | |
| 3673 | | tff_binary_formula of (tptp_formula) | |
| 3674 | | tff_binary_nonassoc of (tptp_formula) | |
| 3675 | | tff_binary_assoc of (tptp_formula) | |
| 3676 | | tff_or_formula of (tptp_formula) | |
| 3677 | | tff_and_formula of (tptp_formula) | |
| 3678 | | tff_unitary_formula of (tptp_formula) | |
| 3679 | | tff_quantified_formula of (tptp_formula) | |
| 3680 | | tff_variable_list of ( ( string * tptp_type option ) list) | |
| 3681 | | tff_variable of (string*tptp_type option) | |
| 3682 | | tff_typed_variable of (string*tptp_type option) | |
| 3683 | | tff_unary_formula of (tptp_formula) | |
| 3684 | | tff_typed_atom of (symbol*tptp_type option) | |
| 3685 | | tff_untyped_atom of (symbol*tptp_type option) | |
| 3686 | | tff_top_level_type of (tptp_type) | |
| 3687 | | tff_unitary_type of (tptp_type) | tff_atomic_type of (tptp_type) | |
| 3688 | | tff_mapping_type of (tptp_type) | tff_xprod_type of (tptp_type) | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3689 | | tff_conditional of (tptp_formula) | tff_sequent of (tptp_formula) | 
| 46844 | 3690 | | tff_tuple_list of (tptp_formula list) | 
| 3691 | | tff_tuple of (tptp_formula list) | fof_formula of (tptp_formula) | |
| 3692 | | fof_logic_formula of (tptp_formula) | |
| 3693 | | fof_binary_formula of (tptp_formula) | |
| 3694 | | fof_binary_nonassoc of (tptp_formula) | |
| 3695 | | fof_binary_assoc of (tptp_formula) | |
| 3696 | | fof_or_formula of (tptp_formula) | |
| 3697 | | fof_and_formula of (tptp_formula) | |
| 3698 | | fof_unitary_formula of (tptp_formula) | |
| 3699 | | fof_quantified_formula of (tptp_formula) | |
| 3700 | | fof_variable_list of (string list) | |
| 3701 | | fof_unary_formula of (tptp_formula) | |
| 3702 | | fof_sequent of (tptp_formula) | fof_tuple of (tptp_formula list) | |
| 3703 | | fof_tuple_list of (tptp_formula list) | |
| 3704 | | cnf_formula of (tptp_formula) | disjunction of (tptp_formula) | |
| 3705 | | literal of (tptp_formula) | thf_conn_term of (symbol) | |
| 3706 | | fol_infix_unary of (tptp_formula) | |
| 3707 | | thf_quantifier of (quantifier) | thf_pair_connective of (symbol) | |
| 3708 | | thf_unary_connective of (symbol) | fol_quantifier of (quantifier) | |
| 3709 | | binary_connective of (symbol) | assoc_connective of (symbol) | |
| 3710 | | system_type of (string) | defined_type of (tptp_base_type) | |
| 3711 | | unary_connective of (symbol) | atomic_formula of (tptp_formula) | |
| 3712 | | plain_atomic_formula of (tptp_formula) | |
| 3713 | | defined_atomic_formula of (tptp_formula) | |
| 3714 | | defined_plain_formula of (tptp_formula) | |
| 3715 | | defined_pred of (string) | defined_prop of (string) | |
| 3716 | | defined_infix_formula of (tptp_formula) | |
| 3717 | | defined_infix_pred of (symbol) | infix_inequality of (symbol) | |
| 3718 | | infix_equality of (symbol) | |
| 3719 | | system_atomic_formula of (tptp_formula) | |
| 3720 | | conditional_term of (tptp_term) | function_term of (tptp_term) | |
| 3721 | | plain_term of (symbol*tptp_term list) | constant of (symbol) | |
| 3722 | | defined_term of (tptp_term) | defined_atom of (tptp_term) | |
| 3723 | | defined_atomic_term of (tptp_term) | |
| 3724 | | defined_plain_term of (symbol*tptp_term list) | |
| 3725 | | defined_constant of (symbol) | |
| 3726 | | system_term of (symbol*tptp_term list) | |
| 3727 | | system_constant of (symbol) | system_functor of (symbol) | |
| 3728 | | defined_functor of (symbol) | arguments of (tptp_term list) | |
| 3729 | | term of (tptp_term) | functor_ of (symbol) | |
| 3730 | | file_name of (string) | useful_info of (general_list) | |
| 3731 | | general_function of (general_data) | identifier of (string) | |
| 3732 | | integer of (string) | formula_data of (general_data) | |
| 3733 | | number of (number_kind*string) | variable_ of (string) | |
| 3734 | | general_data of (general_data) | atomic_word of (string) | |
| 3735 | | general_term of (general_term) | |
| 3736 | | general_terms of (general_term list) | |
| 3737 | | general_list of (general_list) | |
| 3738 | | optional_info of (general_term list) | |
| 3739 | | formula_selection of (string list) | name_list of (string list) | |
| 3740 | | name of (string) | annotations of (annotation option) | |
| 3741 | end | |
| 3742 | type svalue = MlyValue.svalue | |
| 3743 | type result = tptp_problem | |
| 3744 | end | |
| 3745 | structure EC= | |
| 3746 | struct | |
| 3747 | open LrTable | |
| 3748 | infix 5 $$ | |
| 3749 | fun x $$ y = y::x | |
| 3750 | val is_keyword = | |
| 3751 | fn _ => false | |
| 3752 | val preferred_change : (term list * term list) list = | |
| 3753 | nil | |
| 3754 | val noShift = | |
| 3755 | fn (T 37) => true | _ => false | |
| 3756 | val showTerminal = | |
| 3757 | fn (T 0) => "AMPERSAND" | |
| 3758 | | (T 1) => "AT_SIGN" | |
| 3759 | | (T 2) => "CARET" | |
| 3760 | | (T 3) => "COLON" | |
| 3761 | | (T 4) => "COMMA" | |
| 3762 | | (T 5) => "EQUALS" | |
| 3763 | | (T 6) => "EXCLAMATION" | |
| 3764 | | (T 7) => "LET" | |
| 3765 | | (T 8) => "ARROW" | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3766 | | (T 9) => "FI" | 
| 46844 | 3767 | | (T 10) => "IFF" | 
| 3768 | | (T 11) => "IMPLIES" | |
| 3769 | | (T 12) => "INCLUDE" | |
| 3770 | | (T 13) => "LAMBDA" | |
| 3771 | | (T 14) => "LBRKT" | |
| 3772 | | (T 15) => "LPAREN" | |
| 3773 | | (T 16) => "MAP_TO" | |
| 3774 | | (T 17) => "MMINUS" | |
| 3775 | | (T 18) => "NAND" | |
| 3776 | | (T 19) => "NEQUALS" | |
| 3777 | | (T 20) => "XOR" | |
| 3778 | | (T 21) => "NOR" | |
| 3779 | | (T 22) => "PERIOD" | |
| 3780 | | (T 23) => "PPLUS" | |
| 3781 | | (T 24) => "QUESTION" | |
| 3782 | | (T 25) => "RBRKT" | |
| 3783 | | (T 26) => "RPAREN" | |
| 3784 | | (T 27) => "TILDE" | |
| 3785 | | (T 28) => "TOK_FALSE" | |
| 3786 | | (T 29) => "TOK_I" | |
| 3787 | | (T 30) => "TOK_O" | |
| 3788 | | (T 31) => "TOK_INT" | |
| 3789 | | (T 32) => "TOK_REAL" | |
| 3790 | | (T 33) => "TOK_RAT" | |
| 3791 | | (T 34) => "TOK_TRUE" | |
| 3792 | | (T 35) => "TOK_TYPE" | |
| 3793 | | (T 36) => "VLINE" | |
| 3794 | | (T 37) => "EOF" | |
| 3795 | | (T 38) => "DTHF" | |
| 3796 | | (T 39) => "DFOF" | |
| 3797 | | (T 40) => "DCNF" | |
| 3798 | | (T 41) => "DFOT" | |
| 3799 | | (T 42) => "DTFF" | |
| 3800 | | (T 43) => "REAL" | |
| 3801 | | (T 44) => "RATIONAL" | |
| 3802 | | (T 45) => "SIGNED_INTEGER" | |
| 3803 | | (T 46) => "UNSIGNED_INTEGER" | |
| 3804 | | (T 47) => "DOT_DECIMAL" | |
| 3805 | | (T 48) => "SINGLE_QUOTED" | |
| 3806 | | (T 49) => "UPPER_WORD" | |
| 3807 | | (T 50) => "LOWER_WORD" | |
| 3808 | | (T 51) => "COMMENT" | |
| 3809 | | (T 52) => "DISTINCT_OBJECT" | |
| 3810 | | (T 53) => "DUD" | |
| 3811 | | (T 54) => "INDEF_CHOICE" | |
| 3812 | | (T 55) => "DEFIN_CHOICE" | |
| 3813 | | (T 56) => "OPERATOR_FORALL" | |
| 3814 | | (T 57) => "OPERATOR_EXISTS" | |
| 3815 | | (T 58) => "PLUS" | |
| 3816 | | (T 59) => "TIMES" | |
| 3817 | | (T 60) => "GENTZEN_ARROW" | |
| 3818 | | (T 61) => "DEP_SUM" | |
| 3819 | | (T 62) => "DEP_PROD" | |
| 47358 | 3820 | | (T 63) => "DOLLAR_WORD" | 
| 3821 | | (T 64) => "DOLLAR_DOLLAR_WORD" | |
| 46844 | 3822 | | (T 65) => "SUBTYPE" | 
| 3823 | | (T 66) => "LET_TERM" | |
| 3824 | | (T 67) => "THF" | |
| 3825 | | (T 68) => "TFF" | |
| 3826 | | (T 69) => "FOF" | |
| 3827 | | (T 70) => "CNF" | |
| 3828 | | (T 71) => "ITE_F" | |
| 3829 | | (T 72) => "ITE_T" | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3830 | | (T 73) => "LET_TF" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3831 | | (T 74) => "LET_FF" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3832 | | (T 75) => "LET_FT" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3833 | | (T 76) => "LET_TT" | 
| 46844 | 3834 | | _ => "bogus-term" | 
| 3835 | local open Header in | |
| 3836 | val errtermvalue= | |
| 3837 | fn _ => MlyValue.VOID | |
| 3838 | end | |
| 3839 | val terms : term list = nil | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3840 | $$ (T 76) $$ (T 75) $$ (T 74) $$ (T 73) $$ (T 72) $$ (T 71) $$ (T 70) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3841 | $$ (T 69) $$ (T 68) $$ (T 67) $$ (T 66) $$ (T 65) $$ (T 62) $$ (T 61) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3842 | $$ (T 60) $$ (T 59) $$ (T 58) $$ (T 57) $$ (T 56) $$ (T 55) $$ (T 54) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3843 | $$ (T 53) $$ (T 42) $$ (T 41) $$ (T 40) $$ (T 39) $$ (T 38) $$ (T 37) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3844 | $$ (T 36) $$ (T 35) $$ (T 34) $$ (T 33) $$ (T 32) $$ (T 31) $$ (T 30) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3845 | $$ (T 29) $$ (T 28) $$ (T 27) $$ (T 26) $$ (T 25) $$ (T 24) $$ (T 23) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3846 | $$ (T 22) $$ (T 21) $$ (T 20) $$ (T 19) $$ (T 18) $$ (T 17) $$ (T 16) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3847 | $$ (T 15) $$ (T 14) $$ (T 13) $$ (T 12) $$ (T 11) $$ (T 10) $$ (T 9) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3848 | $$ (T 8) $$ (T 7) $$ (T 6) $$ (T 5) $$ (T 4) $$ (T 3) $$ (T 2) $$ (T | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3849 | 1) $$ (T 0)end | 
| 46844 | 3850 | structure Actions = | 
| 3851 | struct | |
| 3852 | exception mlyAction of int | |
| 3853 | local open Header in | |
| 3854 | val actions = | |
| 3855 | fn (i392,defaultPos,stack, | |
| 47569 
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
 sultana parents: 
47360diff
changeset | 3856 | (this_file_name):arg) => | 
| 46844 | 3857 | case (i392,stack) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3858 | of ( 0, ( ( _, ( MlyValue.tptp_file tptp_file, tptp_file1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3859 | tptp_file1right)) :: rest671)) => let val result = MlyValue.tptp ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3860 | ( tptp_file )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3861 | in ( LrTable.NT 135, ( result, tptp_file1left, tptp_file1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3862 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3863 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3864 | | ( 1, ( ( _, ( MlyValue.tptp_file tptp_file, _, tptp_file1right)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3865 | ( _, ( MlyValue.tptp_input tptp_input, tptp_input1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3866 | rest671)) => let val result = MlyValue.tptp_file ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3867 | ( tptp_input :: tptp_file )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3868 | in ( LrTable.NT 134, ( result, tptp_input1left, tptp_file1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3869 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3870 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3871 | | ( 2, ( ( _, ( MlyValue.tptp_file tptp_file, _, tptp_file1right)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3872 | ( _, ( _, COMMENT1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3873 | MlyValue.tptp_file (( tptp_file )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3874 | in ( LrTable.NT 134, ( result, COMMENT1left, tptp_file1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3875 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3876 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3877 | | ( 3, ( rest671)) => let val result = MlyValue.tptp_file (( [] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3878 | in ( LrTable.NT 134, ( result, defaultPos, defaultPos), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3879 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3880 | | ( 4, ( ( _, ( MlyValue.annotated_formula annotated_formula, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3881 | annotated_formula1left, annotated_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3882 | val result = MlyValue.tptp_input (( annotated_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3883 | in ( LrTable.NT 133, ( result, annotated_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3884 | annotated_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3885 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3886 | | ( 5, ( ( _, ( MlyValue.include_ include_, include_1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3887 | include_1right)) :: rest671)) => let val result = MlyValue.tptp_input | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3888 | (( include_ )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3889 | in ( LrTable.NT 133, ( result, include_1left, include_1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3890 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3891 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3892 | | ( 6, ( ( _, ( MlyValue.thf_annotated thf_annotated, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3893 | thf_annotated1left, thf_annotated1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3894 | result = MlyValue.annotated_formula (( thf_annotated )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3895 | in ( LrTable.NT 131, ( result, thf_annotated1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3896 | thf_annotated1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3897 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3898 | | ( 7, ( ( _, ( MlyValue.tff_annotated tff_annotated, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3899 | tff_annotated1left, tff_annotated1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3900 | result = MlyValue.annotated_formula (( tff_annotated )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3901 | in ( LrTable.NT 131, ( result, tff_annotated1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3902 | tff_annotated1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3903 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3904 | | ( 8, ( ( _, ( MlyValue.fof_annotated fof_annotated, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3905 | fof_annotated1left, fof_annotated1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3906 | result = MlyValue.annotated_formula (( fof_annotated )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3907 | in ( LrTable.NT 131, ( result, fof_annotated1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3908 | fof_annotated1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3909 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3910 | | ( 9, ( ( _, ( MlyValue.cnf_annotated cnf_annotated, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3911 | cnf_annotated1left, cnf_annotated1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3912 | result = MlyValue.annotated_formula (( cnf_annotated )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3913 | in ( LrTable.NT 131, ( result, cnf_annotated1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3914 | cnf_annotated1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3915 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3916 | | ( 10, ( ( _, ( _, _, PERIOD1right)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3917 | MlyValue.annotations annotations, _, _)) :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3918 | MlyValue.thf_formula thf_formula, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3919 | MlyValue.formula_role formula_role, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3920 | MlyValue.name name, _, _)) :: _ :: ( _, ( _, (THFleft as THF1left), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3921 | THFright)) :: rest671)) => let val result = MlyValue.thf_annotated ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3922 | ( | 
| 47569 
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
 sultana parents: 
47360diff
changeset | 3923 | Annotated_Formula ((this_file_name, THFleft + 1, THFright + 1), | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3924 | THF, name, formula_role, thf_formula, annotations) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3925 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3926 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3927 | in ( LrTable.NT 130, ( result, THF1left, PERIOD1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3928 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3929 | | ( 11, ( ( _, ( _, _, PERIOD1right)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3930 | MlyValue.annotations annotations, _, _)) :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3931 | MlyValue.tff_formula tff_formula, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3932 | MlyValue.formula_role formula_role, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3933 | MlyValue.name name, _, _)) :: _ :: ( _, ( _, (TFFleft as TFF1left), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3934 | TFFright)) :: rest671)) => let val result = MlyValue.tff_annotated ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3935 | ( | 
| 47569 
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
 sultana parents: 
47360diff
changeset | 3936 | Annotated_Formula ((this_file_name, TFFleft + 1, TFFright + 1), | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3937 | TFF, name, formula_role, tff_formula, annotations) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3938 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3939 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3940 | in ( LrTable.NT 129, ( result, TFF1left, PERIOD1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3941 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3942 | | ( 12, ( ( _, ( _, _, PERIOD1right)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3943 | MlyValue.annotations annotations, _, _)) :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3944 | MlyValue.fof_formula fof_formula, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3945 | MlyValue.formula_role formula_role, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3946 | MlyValue.name name, _, _)) :: _ :: ( _, ( _, (FOFleft as FOF1left), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3947 | FOFright)) :: rest671)) => let val result = MlyValue.fof_annotated ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3948 | ( | 
| 47569 
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
 sultana parents: 
47360diff
changeset | 3949 | Annotated_Formula ((this_file_name, FOFleft + 1, FOFright + 1), | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3950 | FOF, name, formula_role, fof_formula, annotations) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3951 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3952 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3953 | in ( LrTable.NT 128, ( result, FOF1left, PERIOD1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3954 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3955 | | ( 13, ( ( _, ( _, _, PERIOD1right)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3956 | MlyValue.annotations annotations, _, _)) :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3957 | MlyValue.cnf_formula cnf_formula, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3958 | MlyValue.formula_role formula_role, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3959 | MlyValue.name name, _, _)) :: _ :: ( _, ( _, (CNFleft as CNF1left), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3960 | CNFright)) :: rest671)) => let val result = MlyValue.cnf_annotated ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3961 | ( | 
| 47569 
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
 sultana parents: 
47360diff
changeset | 3962 | Annotated_Formula ((this_file_name, CNFleft + 1, CNFright + 1), | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3963 | CNF, name, formula_role, cnf_formula, annotations) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3964 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3965 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3966 | in ( LrTable.NT 127, ( result, CNF1left, PERIOD1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3967 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3968 | | ( 14, ( ( _, ( MlyValue.optional_info optional_info, _, | 
| 46844 | 3969 | optional_info1right)) :: ( _, ( MlyValue.general_term general_term, _, | 
| 3970 | _)) :: ( _, ( _, COMMA1left, _)) :: rest671)) => let val result = | |
| 3971 | MlyValue.annotations (( SOME (general_term, optional_info) )) | |
| 3972 | in ( LrTable.NT 0, ( result, COMMA1left, optional_info1right), | |
| 3973 | rest671) | |
| 3974 | end | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3975 | | ( 15, ( rest671)) => let val result = MlyValue.annotations ( | 
| 46844 | 3976 | ( NONE )) | 
| 3977 | in ( LrTable.NT 0, ( result, defaultPos, defaultPos), rest671) | |
| 3978 | end | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3979 | | ( 16, ( ( _, ( MlyValue.LOWER_WORD LOWER_WORD, LOWER_WORD1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3980 | LOWER_WORD1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3981 | MlyValue.formula_role (( classify_role LOWER_WORD )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3982 | in ( LrTable.NT 126, ( result, LOWER_WORD1left, LOWER_WORD1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3983 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3984 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3985 | | ( 17, ( ( _, ( MlyValue.thf_logic_formula thf_logic_formula, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3986 | thf_logic_formula1left, thf_logic_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3987 | val result = MlyValue.thf_formula (( thf_logic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3988 | in ( LrTable.NT 125, ( result, thf_logic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3989 | thf_logic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3990 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3991 | | ( 18, ( ( _, ( MlyValue.thf_sequent thf_sequent, thf_sequent1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3992 | thf_sequent1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3993 | MlyValue.thf_formula (( thf_sequent )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3994 | in ( LrTable.NT 125, ( result, thf_sequent1left, thf_sequent1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3995 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3996 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3997 | | ( 19, ( ( _, ( MlyValue.thf_binary_formula thf_binary_formula, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3998 | thf_binary_formula1left, thf_binary_formula1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 3999 | let val result = MlyValue.thf_logic_formula (( thf_binary_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4000 | in ( LrTable.NT 124, ( result, thf_binary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4001 | thf_binary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4002 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4003 | | ( 20, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4004 | thf_unitary_formula1left, thf_unitary_formula1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4005 | let val result = MlyValue.thf_logic_formula (( thf_unitary_formula ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4006 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4007 | in ( LrTable.NT 124, ( result, thf_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4008 | thf_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4009 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4010 | | ( 21, ( ( _, ( MlyValue.thf_type_formula thf_type_formula, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4011 | thf_type_formula1left, thf_type_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4012 | val result = MlyValue.thf_logic_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4013 | ( THF_typing thf_type_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4014 | in ( LrTable.NT 124, ( result, thf_type_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4015 | thf_type_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4016 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4017 | | ( 22, ( ( _, ( MlyValue.thf_subtype thf_subtype, thf_subtype1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4018 | thf_subtype1right)) :: rest671)) => let val result = | 
| 47360 | 4019 | MlyValue.thf_logic_formula (( Type_fmla thf_subtype )) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4020 | in ( LrTable.NT 124, ( result, thf_subtype1left, thf_subtype1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4021 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4022 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4023 | | ( 23, ( ( _, ( MlyValue.thf_binary_pair thf_binary_pair, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4024 | thf_binary_pair1left, thf_binary_pair1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4025 | result = MlyValue.thf_binary_formula (( thf_binary_pair )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4026 | in ( LrTable.NT 123, ( result, thf_binary_pair1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4027 | thf_binary_pair1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4028 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4029 | | ( 24, ( ( _, ( MlyValue.thf_binary_tuple thf_binary_tuple, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4030 | thf_binary_tuple1left, thf_binary_tuple1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4031 | val result = MlyValue.thf_binary_formula (( thf_binary_tuple )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4032 | in ( LrTable.NT 123, ( result, thf_binary_tuple1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4033 | thf_binary_tuple1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4034 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4035 | | ( 25, ( ( _, ( MlyValue.thf_binary_type thf_binary_type, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4036 | thf_binary_type1left, thf_binary_type1right)) :: rest671)) => let val | 
| 47360 | 4037 | result = MlyValue.thf_binary_formula (( Type_fmla thf_binary_type )) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4038 | in ( LrTable.NT 123, ( result, thf_binary_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4039 | thf_binary_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4040 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4041 | | ( 26, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula2, _ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4042 | , thf_unitary_formula2right)) :: ( _, ( MlyValue.thf_pair_connective | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4043 | thf_pair_connective, _, _)) :: ( _, ( MlyValue.thf_unitary_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4044 | thf_unitary_formula1, thf_unitary_formula1left, _)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4045 | let val result = MlyValue.thf_binary_pair ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4046 | ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4047 | Fmla (thf_pair_connective, [thf_unitary_formula1, thf_unitary_formula2]) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4048 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4049 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4050 | in ( LrTable.NT 122, ( result, thf_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4051 | thf_unitary_formula2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4052 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4053 | | ( 27, ( ( _, ( MlyValue.thf_or_formula thf_or_formula, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4054 | thf_or_formula1left, thf_or_formula1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4055 | result = MlyValue.thf_binary_tuple (( thf_or_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4056 | in ( LrTable.NT 121, ( result, thf_or_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4057 | thf_or_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4058 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4059 | | ( 28, ( ( _, ( MlyValue.thf_and_formula thf_and_formula, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4060 | thf_and_formula1left, thf_and_formula1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4061 | result = MlyValue.thf_binary_tuple (( thf_and_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4062 | in ( LrTable.NT 121, ( result, thf_and_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4063 | thf_and_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4064 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4065 | | ( 29, ( ( _, ( MlyValue.thf_apply_formula thf_apply_formula, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4066 | thf_apply_formula1left, thf_apply_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4067 | val result = MlyValue.thf_binary_tuple (( thf_apply_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4068 | in ( LrTable.NT 121, ( result, thf_apply_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4069 | thf_apply_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4070 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4071 | | ( 30, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula2, _ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4072 | , thf_unitary_formula2right)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4073 | MlyValue.thf_unitary_formula thf_unitary_formula1, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4074 | thf_unitary_formula1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4075 | MlyValue.thf_or_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4076 | ( Fmla (Interpreted_Logic Or, [thf_unitary_formula1, thf_unitary_formula2]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4077 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4078 | in ( LrTable.NT 120, ( result, thf_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4079 | thf_unitary_formula2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4080 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4081 | | ( 31, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula, _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4082 | thf_unitary_formula1right)) :: _ :: ( _, ( MlyValue.thf_or_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4083 | thf_or_formula, thf_or_formula1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4084 | result = MlyValue.thf_or_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4085 | ( Fmla (Interpreted_Logic Or, [thf_or_formula, thf_unitary_formula]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4086 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4087 | in ( LrTable.NT 120, ( result, thf_or_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4088 | thf_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4089 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4090 | | ( 32, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula2, _ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4091 | , thf_unitary_formula2right)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4092 | MlyValue.thf_unitary_formula thf_unitary_formula1, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4093 | thf_unitary_formula1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4094 | MlyValue.thf_and_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4095 | ( Fmla (Interpreted_Logic And, [thf_unitary_formula1, thf_unitary_formula2]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4096 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4097 | in ( LrTable.NT 119, ( result, thf_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4098 | thf_unitary_formula2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4099 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4100 | | ( 33, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula, _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4101 | thf_unitary_formula1right)) :: _ :: ( _, ( MlyValue.thf_and_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4102 | thf_and_formula, thf_and_formula1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4103 | result = MlyValue.thf_and_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4104 | ( Fmla (Interpreted_Logic And, [thf_and_formula, thf_unitary_formula]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4105 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4106 | in ( LrTable.NT 119, ( result, thf_and_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4107 | thf_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4108 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4109 | | ( 34, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula2, _ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4110 | , thf_unitary_formula2right)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4111 | MlyValue.thf_unitary_formula thf_unitary_formula1, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4112 | thf_unitary_formula1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4113 | MlyValue.thf_apply_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4114 | ( Fmla (Interpreted_ExtraLogic Apply, [thf_unitary_formula1, thf_unitary_formula2]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4115 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4116 | in ( LrTable.NT 118, ( result, thf_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4117 | thf_unitary_formula2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4118 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4119 | | ( 35, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula, _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4120 | thf_unitary_formula1right)) :: _ :: ( _, ( MlyValue.thf_apply_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4121 | thf_apply_formula, thf_apply_formula1left, _)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4122 | val result = MlyValue.thf_apply_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4123 | ( Fmla (Interpreted_ExtraLogic Apply, [thf_apply_formula, thf_unitary_formula]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4124 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4125 | in ( LrTable.NT 118, ( result, thf_apply_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4126 | thf_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4127 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4128 | | ( 36, ( ( _, ( MlyValue.thf_quantified_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4129 | thf_quantified_formula, thf_quantified_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4130 | thf_quantified_formula1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4131 | MlyValue.thf_unitary_formula (( thf_quantified_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4132 | in ( LrTable.NT 117, ( result, thf_quantified_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4133 | thf_quantified_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4134 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4135 | | ( 37, ( ( _, ( MlyValue.thf_unary_formula thf_unary_formula, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4136 | thf_unary_formula1left, thf_unary_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4137 | val result = MlyValue.thf_unitary_formula (( thf_unary_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4138 | in ( LrTable.NT 117, ( result, thf_unary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4139 | thf_unary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4140 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4141 | | ( 38, ( ( _, ( MlyValue.thf_atom thf_atom, thf_atom1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4142 | thf_atom1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4143 | MlyValue.thf_unitary_formula (( thf_atom )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4144 | in ( LrTable.NT 117, ( result, thf_atom1left, thf_atom1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4145 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4146 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4147 | | ( 39, ( ( _, ( MlyValue.thf_conditional thf_conditional, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4148 | thf_conditional1left, thf_conditional1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4149 | result = MlyValue.thf_unitary_formula (( thf_conditional )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4150 | in ( LrTable.NT 117, ( result, thf_conditional1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4151 | thf_conditional1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4152 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4153 | | ( 40, ( ( _, ( MlyValue.thf_let thf_let, thf_let1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4154 | thf_let1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4155 | MlyValue.thf_unitary_formula (( thf_let )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4156 | in ( LrTable.NT 117, ( result, thf_let1left, thf_let1right), rest671) | 
| 46844 | 4157 | |
| 4158 | end | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4159 | | ( 41, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4160 | MlyValue.thf_logic_formula thf_logic_formula, _, _)) :: ( _, ( _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4161 | LPAREN1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4162 | MlyValue.thf_unitary_formula (( thf_logic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4163 | in ( LrTable.NT 117, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4164 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4165 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4166 | | ( 42, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula, _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4167 | thf_unitary_formula1right)) :: _ :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4168 | MlyValue.thf_variable_list thf_variable_list, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4169 | MlyValue.thf_quantifier thf_quantifier, thf_quantifier1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4170 | rest671)) => let val result = MlyValue.thf_quantified_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4171 | ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4172 | Quant (thf_quantifier, thf_variable_list, thf_unitary_formula) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4173 | )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4174 | in ( LrTable.NT 116, ( result, thf_quantifier1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4175 | thf_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4176 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4177 | | ( 43, ( ( _, ( MlyValue.thf_variable thf_variable, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4178 | thf_variable1left, thf_variable1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4179 | result = MlyValue.thf_variable_list (( [thf_variable] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4180 | in ( LrTable.NT 115, ( result, thf_variable1left, thf_variable1right) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4181 | , rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4182 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4183 | | ( 44, ( ( _, ( MlyValue.thf_variable_list thf_variable_list, _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4184 | thf_variable_list1right)) :: _ :: ( _, ( MlyValue.thf_variable | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4185 | thf_variable, thf_variable1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4186 | MlyValue.thf_variable_list (( thf_variable :: thf_variable_list )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4187 | in ( LrTable.NT 115, ( result, thf_variable1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4188 | thf_variable_list1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4189 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4190 | | ( 45, ( ( _, ( MlyValue.thf_typed_variable thf_typed_variable, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4191 | thf_typed_variable1left, thf_typed_variable1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4192 | let val result = MlyValue.thf_variable (( thf_typed_variable )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4193 | in ( LrTable.NT 114, ( result, thf_typed_variable1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4194 | thf_typed_variable1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4195 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4196 | | ( 46, ( ( _, ( MlyValue.variable_ variable_, variable_1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4197 | variable_1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4198 | MlyValue.thf_variable (( (variable_, NONE) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4199 | in ( LrTable.NT 114, ( result, variable_1left, variable_1right), | 
| 46844 | 4200 | rest671) | 
| 4201 | end | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4202 | | ( 47, ( ( _, ( MlyValue.thf_top_level_type thf_top_level_type, _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4203 | thf_top_level_type1right)) :: _ :: ( _, ( MlyValue.variable_ variable_ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4204 | , variable_1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4205 | MlyValue.thf_typed_variable (( (variable_, SOME thf_top_level_type) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4206 | in ( LrTable.NT 113, ( result, variable_1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4207 | thf_top_level_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4208 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4209 | | ( 48, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4210 | MlyValue.thf_logic_formula thf_logic_formula, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4211 | MlyValue.thf_unary_connective thf_unary_connective, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4212 | thf_unary_connective1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4213 | MlyValue.thf_unary_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4214 | ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4215 | Fmla (thf_unary_connective, [thf_logic_formula]) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4216 | )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4217 | in ( LrTable.NT 112, ( result, thf_unary_connective1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4218 | RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4219 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4220 | | ( 49, ( ( _, ( MlyValue.term term, term1left, term1right)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4221 | rest671)) => let val result = MlyValue.thf_atom ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4222 | ( Atom (THF_Atom_term term) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4223 | in ( LrTable.NT 102, ( result, term1left, term1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4224 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4225 | | ( 50, ( ( _, ( MlyValue.thf_conn_term thf_conn_term, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4226 | thf_conn_term1left, thf_conn_term1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4227 | result = MlyValue.thf_atom ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4228 | ( Atom (THF_Atom_conn_term thf_conn_term) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4229 | in ( LrTable.NT 102, ( result, thf_conn_term1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4230 | thf_conn_term1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4231 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4232 | | ( 51, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4233 | MlyValue.thf_logic_formula thf_logic_formula3, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4234 | MlyValue.thf_logic_formula thf_logic_formula2, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4235 | MlyValue.thf_logic_formula thf_logic_formula1, _, _)) :: _ :: ( _, ( _ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4236 | , ITE_F1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4237 | MlyValue.thf_conditional ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4238 | ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4239 | Conditional (thf_logic_formula1, thf_logic_formula2, thf_logic_formula3) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4240 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4241 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4242 | in ( LrTable.NT 100, ( result, ITE_F1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4243 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4244 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4245 | | ( 52, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.thf_formula | 
| 53394 | 4246 | thf_formula, _, _)) :: _ :: ( _, ( MlyValue.thf_let_term_defn | 
| 4247 | thf_let_term_defn, _, _)) :: _ :: ( _, ( _, LET_TF1left, _)) :: | |
| 4248 | rest671)) => let val result = MlyValue.thf_let ( | |
| 4249 | ( Let (thf_let_term_defn, thf_formula) )) | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4250 | in ( LrTable.NT 101, ( result, LET_TF1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4251 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4252 | end | 
| 53394 | 4253 | | ( 53, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.thf_formula | 
| 4254 | thf_formula, _, _)) :: _ :: ( _, ( MlyValue.thf_let_formula_defn | |
| 4255 | thf_let_formula_defn, _, _)) :: _ :: ( _, ( _, LET_FF1left, _)) :: | |
| 4256 | rest671)) => let val result = MlyValue.thf_let ( | |
| 4257 | ( Let (thf_let_formula_defn, thf_formula) )) | |
| 4258 | in ( LrTable.NT 101, ( result, LET_FF1left, RPAREN1right), rest671) | |
| 4259 | ||
| 4260 | end | |
| 4261 | | ( 54, ( ( _, ( MlyValue.thf_quantified_formula | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4262 | thf_quantified_formula, thf_quantified_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4263 | thf_quantified_formula1right)) :: rest671)) => let val result = | 
| 53394 | 4264 | MlyValue.thf_let_term_defn ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4265 | ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4266 | let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4267 | val (_, vars, fmla) = extract_quant_info thf_quantified_formula | 
| 53394 | 4268 | in Let_fmla (vars, fmla) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4269 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4270 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4271 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4272 | in ( LrTable.NT 136, ( result, thf_quantified_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4273 | thf_quantified_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4274 | end | 
| 53394 | 4275 | | ( 55, ( ( _, ( MlyValue.thf_quantified_formula | 
| 4276 | thf_quantified_formula, thf_quantified_formula1left, | |
| 4277 | thf_quantified_formula1right)) :: rest671)) => let val result = | |
| 4278 | MlyValue.thf_let_formula_defn ( | |
| 4279 | ( | |
| 4280 | let | |
| 4281 | val (_, vars, fmla) = extract_quant_info thf_quantified_formula | |
| 4282 | in Let_fmla (vars, fmla) | |
| 4283 | end | |
| 4284 | ) | |
| 4285 | ) | |
| 4286 | in ( LrTable.NT 137, ( result, thf_quantified_formula1left, | |
| 4287 | thf_quantified_formula1right), rest671) | |
| 4288 | end | |
| 4289 | | ( 56, ( ( _, ( MlyValue.thf_top_level_type thf_top_level_type, _, | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4290 | thf_top_level_type1right)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4291 | MlyValue.thf_typeable_formula thf_typeable_formula, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4292 | thf_typeable_formula1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4293 | MlyValue.thf_type_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4294 | ( (thf_typeable_formula, thf_top_level_type) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4295 | in ( LrTable.NT 111, ( result, thf_typeable_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4296 | thf_top_level_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4297 | end | 
| 53394 | 4298 | | ( 57, ( ( _, ( MlyValue.thf_atom thf_atom, thf_atom1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4299 | thf_atom1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4300 | MlyValue.thf_typeable_formula (( thf_atom )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4301 | in ( LrTable.NT 110, ( result, thf_atom1left, thf_atom1right), | 
| 46844 | 4302 | rest671) | 
| 4303 | end | |
| 53394 | 4304 | | ( 58, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4305 | MlyValue.thf_logic_formula thf_logic_formula, _, _)) :: ( _, ( _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4306 | LPAREN1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4307 | MlyValue.thf_typeable_formula (( thf_logic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4308 | in ( LrTable.NT 110, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4309 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4310 | end | 
| 53394 | 4311 | | ( 59, ( ( _, ( MlyValue.constant constant2, _, constant2right)) :: | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4312 | _ :: ( _, ( MlyValue.constant constant1, constant1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4313 | rest671)) => let val result = MlyValue.thf_subtype ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4314 | ( Subtype(constant1, constant2) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4315 | in ( LrTable.NT 109, ( result, constant1left, constant2right), | 
| 46844 | 4316 | rest671) | 
| 4317 | end | |
| 53394 | 4318 | | ( 60, ( ( _, ( MlyValue.thf_logic_formula thf_logic_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4319 | thf_logic_formula1left, thf_logic_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4320 | val result = MlyValue.thf_top_level_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4321 | ( Fmla_type thf_logic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4322 | in ( LrTable.NT 108, ( result, thf_logic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4323 | thf_logic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4324 | end | 
| 53394 | 4325 | | ( 61, ( ( _, ( MlyValue.thf_unitary_formula thf_unitary_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4326 | thf_unitary_formula1left, thf_unitary_formula1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4327 | let val result = MlyValue.thf_unitary_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4328 | ( Fmla_type thf_unitary_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4329 | in ( LrTable.NT 107, ( result, thf_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4330 | thf_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4331 | end | 
| 53394 | 4332 | | ( 62, ( ( _, ( MlyValue.thf_mapping_type thf_mapping_type, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4333 | thf_mapping_type1left, thf_mapping_type1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4334 | val result = MlyValue.thf_binary_type (( thf_mapping_type )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4335 | in ( LrTable.NT 106, ( result, thf_mapping_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4336 | thf_mapping_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4337 | end | 
| 53394 | 4338 | | ( 63, ( ( _, ( MlyValue.thf_xprod_type thf_xprod_type, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4339 | thf_xprod_type1left, thf_xprod_type1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4340 | result = MlyValue.thf_binary_type (( thf_xprod_type )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4341 | in ( LrTable.NT 106, ( result, thf_xprod_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4342 | thf_xprod_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4343 | end | 
| 53394 | 4344 | | ( 64, ( ( _, ( MlyValue.thf_union_type thf_union_type, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4345 | thf_union_type1left, thf_union_type1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4346 | result = MlyValue.thf_binary_type (( thf_union_type )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4347 | in ( LrTable.NT 106, ( result, thf_union_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4348 | thf_union_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4349 | end | 
| 53394 | 4350 | | ( 65, ( ( _, ( MlyValue.thf_unitary_type thf_unitary_type2, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4351 | thf_unitary_type2right)) :: _ :: ( _, ( MlyValue.thf_unitary_type | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4352 | thf_unitary_type1, thf_unitary_type1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4353 | result = MlyValue.thf_mapping_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4354 | ( Fn_type(thf_unitary_type1, thf_unitary_type2) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4355 | in ( LrTable.NT 105, ( result, thf_unitary_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4356 | thf_unitary_type2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4357 | end | 
| 53394 | 4358 | | ( 66, ( ( _, ( MlyValue.thf_mapping_type thf_mapping_type, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4359 | thf_mapping_type1right)) :: _ :: ( _, ( MlyValue.thf_unitary_type | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4360 | thf_unitary_type, thf_unitary_type1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4361 | result = MlyValue.thf_mapping_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4362 | ( Fn_type(thf_unitary_type, thf_mapping_type) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4363 | in ( LrTable.NT 105, ( result, thf_unitary_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4364 | thf_mapping_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4365 | end | 
| 53394 | 4366 | | ( 67, ( ( _, ( MlyValue.thf_unitary_type thf_unitary_type2, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4367 | thf_unitary_type2right)) :: _ :: ( _, ( MlyValue.thf_unitary_type | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4368 | thf_unitary_type1, thf_unitary_type1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4369 | result = MlyValue.thf_xprod_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4370 | ( Prod_type(thf_unitary_type1, thf_unitary_type2) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4371 | in ( LrTable.NT 104, ( result, thf_unitary_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4372 | thf_unitary_type2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4373 | end | 
| 53394 | 4374 | | ( 68, ( ( _, ( MlyValue.thf_unitary_type thf_unitary_type, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4375 | thf_unitary_type1right)) :: _ :: ( _, ( MlyValue.thf_xprod_type | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4376 | thf_xprod_type, thf_xprod_type1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4377 | result = MlyValue.thf_xprod_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4378 | ( Prod_type(thf_xprod_type, thf_unitary_type) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4379 | in ( LrTable.NT 104, ( result, thf_xprod_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4380 | thf_unitary_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4381 | end | 
| 53394 | 4382 | | ( 69, ( ( _, ( MlyValue.thf_unitary_type thf_unitary_type2, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4383 | thf_unitary_type2right)) :: _ :: ( _, ( MlyValue.thf_unitary_type | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4384 | thf_unitary_type1, thf_unitary_type1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4385 | result = MlyValue.thf_union_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4386 | ( Sum_type(thf_unitary_type1, thf_unitary_type2) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4387 | in ( LrTable.NT 103, ( result, thf_unitary_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4388 | thf_unitary_type2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4389 | end | 
| 53394 | 4390 | | ( 70, ( ( _, ( MlyValue.thf_unitary_type thf_unitary_type, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4391 | thf_unitary_type1right)) :: _ :: ( _, ( MlyValue.thf_union_type | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4392 | thf_union_type, thf_union_type1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4393 | result = MlyValue.thf_union_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4394 | ( Sum_type(thf_union_type, thf_unitary_type) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4395 | in ( LrTable.NT 103, ( result, thf_union_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4396 | thf_unitary_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4397 | end | 
| 53394 | 4398 | | ( 71, ( ( _, ( MlyValue.thf_tuple thf_tuple2, _, thf_tuple2right)) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4399 | :: _ :: ( _, ( MlyValue.thf_tuple thf_tuple1, thf_tuple1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4400 | rest671)) => let val result = MlyValue.thf_sequent ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4401 | ( Sequent(thf_tuple1, thf_tuple2) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4402 | in ( LrTable.NT 99, ( result, thf_tuple1left, thf_tuple2right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4403 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4404 | end | 
| 53394 | 4405 | | ( 72, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.thf_sequent | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4406 | thf_sequent, _, _)) :: ( _, ( _, LPAREN1left, _)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4407 | val result = MlyValue.thf_sequent (( thf_sequent )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4408 | in ( LrTable.NT 99, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4409 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4410 | end | 
| 53394 | 4411 | | ( 73, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( _, LBRKT1left, _)) :: | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4412 | rest671)) => let val result = MlyValue.thf_tuple (( [] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4413 | in ( LrTable.NT 97, ( result, LBRKT1left, RBRKT1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4414 | end | 
| 53394 | 4415 | | ( 74, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4416 | MlyValue.thf_tuple_list thf_tuple_list, _, _)) :: ( _, ( _, LBRKT1left | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4417 | , _)) :: rest671)) => let val result = MlyValue.thf_tuple ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4418 | ( thf_tuple_list )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4419 | in ( LrTable.NT 97, ( result, LBRKT1left, RBRKT1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4420 | end | 
| 53394 | 4421 | | ( 75, ( ( _, ( MlyValue.thf_logic_formula thf_logic_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4422 | thf_logic_formula1left, thf_logic_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4423 | val result = MlyValue.thf_tuple_list (( [thf_logic_formula] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4424 | in ( LrTable.NT 98, ( result, thf_logic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4425 | thf_logic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4426 | end | 
| 53394 | 4427 | | ( 76, ( ( _, ( MlyValue.thf_tuple_list thf_tuple_list, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4428 | thf_tuple_list1right)) :: _ :: ( _, ( MlyValue.thf_logic_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4429 | thf_logic_formula, thf_logic_formula1left, _)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4430 | val result = MlyValue.thf_tuple_list ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4431 | ( thf_logic_formula :: thf_tuple_list )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4432 | in ( LrTable.NT 98, ( result, thf_logic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4433 | thf_tuple_list1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4434 | end | 
| 53394 | 4435 | | ( 77, ( ( _, ( MlyValue.tff_logic_formula tff_logic_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4436 | tff_logic_formula1left, tff_logic_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4437 | val result = MlyValue.tff_formula (( tff_logic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4438 | in ( LrTable.NT 96, ( result, tff_logic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4439 | tff_logic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4440 | end | 
| 53394 | 4441 | | ( 78, ( ( _, ( MlyValue.tff_typed_atom tff_typed_atom, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4442 | tff_typed_atom1left, tff_typed_atom1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4443 | result = MlyValue.tff_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4444 | ( Atom (TFF_Typed_Atom tff_typed_atom) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4445 | in ( LrTable.NT 96, ( result, tff_typed_atom1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4446 | tff_typed_atom1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4447 | end | 
| 53394 | 4448 | | ( 79, ( ( _, ( MlyValue.tff_sequent tff_sequent, tff_sequent1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4449 | tff_sequent1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4450 | MlyValue.tff_formula (( tff_sequent )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4451 | in ( LrTable.NT 96, ( result, tff_sequent1left, tff_sequent1right), | 
| 46844 | 4452 | rest671) | 
| 4453 | end | |
| 53394 | 4454 | | ( 80, ( ( _, ( MlyValue.tff_binary_formula tff_binary_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4455 | tff_binary_formula1left, tff_binary_formula1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4456 | let val result = MlyValue.tff_logic_formula (( tff_binary_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4457 | in ( LrTable.NT 95, ( result, tff_binary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4458 | tff_binary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4459 | end | 
| 53394 | 4460 | | ( 81, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4461 | tff_unitary_formula1left, tff_unitary_formula1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4462 | let val result = MlyValue.tff_logic_formula (( tff_unitary_formula ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4463 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4464 | in ( LrTable.NT 95, ( result, tff_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4465 | tff_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4466 | end | 
| 53394 | 4467 | | ( 82, ( ( _, ( MlyValue.tff_binary_nonassoc tff_binary_nonassoc, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4468 | tff_binary_nonassoc1left, tff_binary_nonassoc1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4469 | let val result = MlyValue.tff_binary_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4470 | ( tff_binary_nonassoc )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4471 | in ( LrTable.NT 94, ( result, tff_binary_nonassoc1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4472 | tff_binary_nonassoc1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4473 | end | 
| 53394 | 4474 | | ( 83, ( ( _, ( MlyValue.tff_binary_assoc tff_binary_assoc, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4475 | tff_binary_assoc1left, tff_binary_assoc1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4476 | val result = MlyValue.tff_binary_formula (( tff_binary_assoc )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4477 | in ( LrTable.NT 94, ( result, tff_binary_assoc1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4478 | tff_binary_assoc1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4479 | end | 
| 53394 | 4480 | | ( 84, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula2, _ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4481 | , tff_unitary_formula2right)) :: ( _, ( MlyValue.binary_connective | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4482 | binary_connective, _, _)) :: ( _, ( MlyValue.tff_unitary_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4483 | tff_unitary_formula1, tff_unitary_formula1left, _)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4484 | let val result = MlyValue.tff_binary_nonassoc ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4485 | ( Fmla (binary_connective, [tff_unitary_formula1, tff_unitary_formula2]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4486 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4487 | in ( LrTable.NT 93, ( result, tff_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4488 | tff_unitary_formula2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4489 | end | 
| 53394 | 4490 | | ( 85, ( ( _, ( MlyValue.tff_or_formula tff_or_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4491 | tff_or_formula1left, tff_or_formula1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4492 | result = MlyValue.tff_binary_assoc (( tff_or_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4493 | in ( LrTable.NT 92, ( result, tff_or_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4494 | tff_or_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4495 | end | 
| 53394 | 4496 | | ( 86, ( ( _, ( MlyValue.tff_and_formula tff_and_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4497 | tff_and_formula1left, tff_and_formula1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4498 | result = MlyValue.tff_binary_assoc (( tff_and_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4499 | in ( LrTable.NT 92, ( result, tff_and_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4500 | tff_and_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4501 | end | 
| 53394 | 4502 | | ( 87, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula2, _ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4503 | , tff_unitary_formula2right)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4504 | MlyValue.tff_unitary_formula tff_unitary_formula1, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4505 | tff_unitary_formula1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4506 | MlyValue.tff_or_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4507 | ( Fmla (Interpreted_Logic Or, [tff_unitary_formula1, tff_unitary_formula2]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4508 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4509 | in ( LrTable.NT 91, ( result, tff_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4510 | tff_unitary_formula2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4511 | end | 
| 53394 | 4512 | | ( 88, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4513 | tff_unitary_formula1right)) :: _ :: ( _, ( MlyValue.tff_or_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4514 | tff_or_formula, tff_or_formula1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4515 | result = MlyValue.tff_or_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4516 | ( Fmla (Interpreted_Logic Or, [tff_or_formula, tff_unitary_formula]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4517 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4518 | in ( LrTable.NT 91, ( result, tff_or_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4519 | tff_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4520 | end | 
| 53394 | 4521 | | ( 89, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula2, _ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4522 | , tff_unitary_formula2right)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4523 | MlyValue.tff_unitary_formula tff_unitary_formula1, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4524 | tff_unitary_formula1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4525 | MlyValue.tff_and_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4526 | ( Fmla (Interpreted_Logic And, [tff_unitary_formula1, tff_unitary_formula2]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4527 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4528 | in ( LrTable.NT 90, ( result, tff_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4529 | tff_unitary_formula2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4530 | end | 
| 53394 | 4531 | | ( 90, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4532 | tff_unitary_formula1right)) :: _ :: ( _, ( MlyValue.tff_and_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4533 | tff_and_formula, tff_and_formula1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4534 | result = MlyValue.tff_and_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4535 | ( Fmla (Interpreted_Logic And, [tff_and_formula, tff_unitary_formula]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4536 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4537 | in ( LrTable.NT 90, ( result, tff_and_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4538 | tff_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4539 | end | 
| 53394 | 4540 | | ( 91, ( ( _, ( MlyValue.tff_quantified_formula | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4541 | tff_quantified_formula, tff_quantified_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4542 | tff_quantified_formula1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4543 | MlyValue.tff_unitary_formula (( tff_quantified_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4544 | in ( LrTable.NT 89, ( result, tff_quantified_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4545 | tff_quantified_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4546 | end | 
| 53394 | 4547 | | ( 92, ( ( _, ( MlyValue.tff_unary_formula tff_unary_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4548 | tff_unary_formula1left, tff_unary_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4549 | val result = MlyValue.tff_unitary_formula (( tff_unary_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4550 | in ( LrTable.NT 89, ( result, tff_unary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4551 | tff_unary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4552 | end | 
| 53394 | 4553 | | ( 93, ( ( _, ( MlyValue.atomic_formula atomic_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4554 | atomic_formula1left, atomic_formula1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4555 | result = MlyValue.tff_unitary_formula (( atomic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4556 | in ( LrTable.NT 89, ( result, atomic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4557 | atomic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4558 | end | 
| 53394 | 4559 | | ( 94, ( ( _, ( MlyValue.tff_conditional tff_conditional, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4560 | tff_conditional1left, tff_conditional1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4561 | result = MlyValue.tff_unitary_formula (( tff_conditional )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4562 | in ( LrTable.NT 89, ( result, tff_conditional1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4563 | tff_conditional1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4564 | end | 
| 53394 | 4565 | | ( 95, ( ( _, ( MlyValue.tff_let tff_let, tff_let1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4566 | tff_let1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4567 | MlyValue.tff_unitary_formula (( tff_let )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4568 | in ( LrTable.NT 89, ( result, tff_let1left, tff_let1right), rest671) | 
| 46844 | 4569 | |
| 4570 | end | |
| 53394 | 4571 | | ( 96, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4572 | MlyValue.tff_logic_formula tff_logic_formula, _, _)) :: ( _, ( _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4573 | LPAREN1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4574 | MlyValue.tff_unitary_formula (( tff_logic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4575 | in ( LrTable.NT 89, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4576 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4577 | end | 
| 53394 | 4578 | | ( 97, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4579 | tff_unitary_formula1right)) :: _ :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4580 | MlyValue.tff_variable_list tff_variable_list, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4581 | MlyValue.fol_quantifier fol_quantifier, fol_quantifier1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4582 | rest671)) => let val result = MlyValue.tff_quantified_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4583 | ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4584 | Quant (fol_quantifier, tff_variable_list, tff_unitary_formula) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4585 | )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4586 | in ( LrTable.NT 88, ( result, fol_quantifier1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4587 | tff_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4588 | end | 
| 53394 | 4589 | | ( 98, ( ( _, ( MlyValue.tff_variable tff_variable, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4590 | tff_variable1left, tff_variable1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4591 | result = MlyValue.tff_variable_list (( [tff_variable] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4592 | in ( LrTable.NT 87, ( result, tff_variable1left, tff_variable1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4593 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4594 | end | 
| 53394 | 4595 | | ( 99, ( ( _, ( MlyValue.tff_variable_list tff_variable_list, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4596 | tff_variable_list1right)) :: _ :: ( _, ( MlyValue.tff_variable | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4597 | tff_variable, tff_variable1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4598 | MlyValue.tff_variable_list (( tff_variable :: tff_variable_list )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4599 | in ( LrTable.NT 87, ( result, tff_variable1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4600 | tff_variable_list1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4601 | end | 
| 53394 | 4602 | | ( 100, ( ( _, ( MlyValue.tff_typed_variable tff_typed_variable, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4603 | tff_typed_variable1left, tff_typed_variable1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4604 | let val result = MlyValue.tff_variable (( tff_typed_variable )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4605 | in ( LrTable.NT 86, ( result, tff_typed_variable1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4606 | tff_typed_variable1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4607 | end | 
| 53394 | 4608 | | ( 101, ( ( _, ( MlyValue.variable_ variable_, variable_1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4609 | variable_1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4610 | MlyValue.tff_variable (( (variable_, NONE) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4611 | in ( LrTable.NT 86, ( result, variable_1left, variable_1right), | 
| 46844 | 4612 | rest671) | 
| 4613 | end | |
| 53394 | 4614 | | ( 102, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4615 | tff_atomic_type1right)) :: _ :: ( _, ( MlyValue.variable_ variable_, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4616 | variable_1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4617 | MlyValue.tff_typed_variable (( (variable_, SOME tff_atomic_type) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4618 | in ( LrTable.NT 85, ( result, variable_1left, tff_atomic_type1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4619 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4620 | end | 
| 53394 | 4621 | | ( 103, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula, _ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4622 | , tff_unitary_formula1right)) :: ( _, ( MlyValue.unary_connective | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4623 | unary_connective, unary_connective1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4624 | result = MlyValue.tff_unary_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4625 | ( Fmla (unary_connective, [tff_unitary_formula]) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4626 | in ( LrTable.NT 84, ( result, unary_connective1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4627 | tff_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4628 | end | 
| 53394 | 4629 | | ( 104, ( ( _, ( MlyValue.fol_infix_unary fol_infix_unary, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4630 | fol_infix_unary1left, fol_infix_unary1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4631 | result = MlyValue.tff_unary_formula (( fol_infix_unary )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4632 | in ( LrTable.NT 84, ( result, fol_infix_unary1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4633 | fol_infix_unary1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4634 | end | 
| 53394 | 4635 | | ( 105, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4636 | MlyValue.tff_logic_formula tff_logic_formula3, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4637 | MlyValue.tff_logic_formula tff_logic_formula2, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4638 | MlyValue.tff_logic_formula tff_logic_formula1, _, _)) :: _ :: ( _, ( _ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4639 | , ITE_F1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4640 | MlyValue.tff_conditional ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4641 | ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4642 | Conditional (tff_logic_formula1, tff_logic_formula2, tff_logic_formula3) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4643 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4644 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4645 | in ( LrTable.NT 76, ( result, ITE_F1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4646 | end | 
| 53394 | 4647 | | ( 106, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.tff_formula | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4648 | tff_formula, _, _)) :: _ :: ( _, ( MlyValue.tff_let_term_defn | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4649 | tff_let_term_defn, _, _)) :: _ :: ( _, ( _, LET_TF1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4650 | rest671)) => let val result = MlyValue.tff_let ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4651 | (Let (tff_let_term_defn, tff_formula) )) | 
| 53394 | 4652 | in ( LrTable.NT 138, ( result, LET_TF1left, RPAREN1right), rest671) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4653 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4654 | end | 
| 53394 | 4655 | | ( 107, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.tff_formula | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4656 | tff_formula, _, _)) :: _ :: ( _, ( MlyValue.tff_let_formula_defn | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4657 | tff_let_formula_defn, _, _)) :: _ :: ( _, ( _, LET_FF1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4658 | rest671)) => let val result = MlyValue.tff_let ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4659 | ( Let (tff_let_formula_defn, tff_formula) )) | 
| 53394 | 4660 | in ( LrTable.NT 138, ( result, LET_FF1left, RPAREN1right), rest671) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4661 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4662 | end | 
| 53394 | 4663 | | ( 108, ( ( _, ( MlyValue.tff_let_term_binding tff_let_term_binding, | 
| 4664 | _, tff_let_term_binding1right)) :: _ :: _ :: ( _, ( | |
| 4665 | MlyValue.tff_variable_list tff_variable_list, _, _)) :: _ :: ( _, ( _, | |
| 4666 | EXCLAMATION1left, _)) :: rest671)) => let val result = | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4667 | MlyValue.tff_let_term_defn ( | 
| 53394 | 4668 | ( Let_term (tff_variable_list, tff_let_term_binding) )) | 
| 4669 | in ( LrTable.NT 139, ( result, EXCLAMATION1left, | |
| 4670 | tff_let_term_binding1right), rest671) | |
| 4671 | end | |
| 4672 | | ( 109, ( ( _, ( MlyValue.tff_let_term_binding tff_let_term_binding, | |
| 4673 | tff_let_term_binding1left, tff_let_term_binding1right)) :: rest671)) | |
| 4674 | => let val result = MlyValue.tff_let_term_defn ( | |
| 4675 | ( Let_term ([], tff_let_term_binding) )) | |
| 4676 | in ( LrTable.NT 139, ( result, tff_let_term_binding1left, | |
| 4677 | tff_let_term_binding1right), rest671) | |
| 4678 | end | |
| 4679 | | ( 110, ( ( _, ( MlyValue.term term2, _, term2right)) :: _ :: ( _, ( | |
| 4680 | MlyValue.term term1, term1left, _)) :: rest671)) => let val result = | |
| 4681 | MlyValue.tff_let_term_binding ( | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4682 | ( Term_Func (Interpreted_ExtraLogic Apply, [term1, term2]) )) | 
| 53394 | 4683 | in ( LrTable.NT 140, ( result, term1left, term2right), rest671) | 
| 4684 | end | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4685 | | ( 111, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4686 | MlyValue.tff_let_term_binding tff_let_term_binding, _, _)) :: ( _, ( _ | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4687 | , LPAREN1left, _)) :: rest671)) => let val result = | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4688 | MlyValue.tff_let_term_binding (( tff_let_term_binding )) | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4689 | in ( LrTable.NT 140, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4690 | |
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4691 | end | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4692 | | ( 112, ( ( _, ( MlyValue.tff_let_formula_binding | 
| 53394 | 4693 | tff_let_formula_binding, _, tff_let_formula_binding1right)) :: _ :: _ | 
| 4694 | :: ( _, ( MlyValue.tff_variable_list tff_variable_list, _, _)) :: _ | |
| 4695 | :: ( _, ( _, EXCLAMATION1left, _)) :: rest671)) => let val result = | |
| 4696 | MlyValue.tff_let_formula_defn ( | |
| 4697 | ( Let_fmla (tff_variable_list, tff_let_formula_binding) )) | |
| 4698 | in ( LrTable.NT 141, ( result, EXCLAMATION1left, | |
| 4699 | tff_let_formula_binding1right), rest671) | |
| 4700 | end | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4701 | | ( 113, ( ( _, ( MlyValue.tff_let_formula_binding | 
| 53394 | 4702 | tff_let_formula_binding, tff_let_formula_binding1left, | 
| 4703 | tff_let_formula_binding1right)) :: rest671)) => let val result = | |
| 4704 | MlyValue.tff_let_formula_defn ( | |
| 4705 | ( Let_fmla ([], tff_let_formula_binding) )) | |
| 4706 | in ( LrTable.NT 141, ( result, tff_let_formula_binding1left, | |
| 4707 | tff_let_formula_binding1right), rest671) | |
| 4708 | end | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4709 | | ( 114, ( ( _, ( MlyValue.tff_unitary_formula tff_unitary_formula, _ | 
| 53394 | 4710 | , tff_unitary_formula1right)) :: _ :: ( _, ( MlyValue.atomic_formula | 
| 4711 | atomic_formula, atomic_formula1left, _)) :: rest671)) => let val | |
| 4712 | result = MlyValue.tff_let_formula_binding ( | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4713 | ( Fmla (Interpreted_Logic Iff, [atomic_formula, tff_unitary_formula]) ) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4714 | ) | 
| 53394 | 4715 | in ( LrTable.NT 142, ( result, atomic_formula1left, | 
| 4716 | tff_unitary_formula1right), rest671) | |
| 4717 | end | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4718 | | ( 115, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4719 | MlyValue.tff_let_formula_binding tff_let_formula_binding, _, _)) :: ( | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4720 | _, ( _, LPAREN1left, _)) :: rest671)) => let val result = | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4721 | MlyValue.tff_let_formula_binding (( tff_let_formula_binding )) | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4722 | in ( LrTable.NT 142, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4723 | |
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4724 | end | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4725 | | ( 116, ( ( _, ( MlyValue.tff_tuple tff_tuple2, _, tff_tuple2right)) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4726 | :: _ :: ( _, ( MlyValue.tff_tuple tff_tuple1, tff_tuple1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4727 | rest671)) => let val result = MlyValue.tff_sequent ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4728 | ( Sequent (tff_tuple1, tff_tuple2) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4729 | in ( LrTable.NT 75, ( result, tff_tuple1left, tff_tuple2right), | 
| 46844 | 4730 | rest671) | 
| 4731 | end | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4732 | | ( 117, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.tff_sequent | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4733 | tff_sequent, _, _)) :: ( _, ( _, LPAREN1left, _)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4734 | val result = MlyValue.tff_sequent (( tff_sequent )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4735 | in ( LrTable.NT 75, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4736 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4737 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4738 | | ( 118, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( _, LBRKT1left, _)) :: | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4739 | rest671)) => let val result = MlyValue.tff_tuple (( [] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4740 | in ( LrTable.NT 73, ( result, LBRKT1left, RBRKT1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4741 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4742 | | ( 119, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4743 | MlyValue.tff_tuple_list tff_tuple_list, _, _)) :: ( _, ( _, LBRKT1left | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4744 | , _)) :: rest671)) => let val result = MlyValue.tff_tuple ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4745 | ( tff_tuple_list )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4746 | in ( LrTable.NT 73, ( result, LBRKT1left, RBRKT1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4747 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4748 | | ( 120, ( ( _, ( MlyValue.tff_tuple_list tff_tuple_list, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4749 | tff_tuple_list1right)) :: _ :: ( _, ( MlyValue.tff_logic_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4750 | tff_logic_formula, tff_logic_formula1left, _)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4751 | val result = MlyValue.tff_tuple_list ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4752 | ( tff_logic_formula :: tff_tuple_list )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4753 | in ( LrTable.NT 74, ( result, tff_logic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4754 | tff_tuple_list1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4755 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4756 | | ( 121, ( ( _, ( MlyValue.tff_logic_formula tff_logic_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4757 | tff_logic_formula1left, tff_logic_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4758 | val result = MlyValue.tff_tuple_list (( [tff_logic_formula] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4759 | in ( LrTable.NT 74, ( result, tff_logic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4760 | tff_logic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4761 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4762 | | ( 122, ( ( _, ( MlyValue.tff_top_level_type tff_top_level_type, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4763 | tff_top_level_type1right)) :: _ :: ( _, ( MlyValue.tff_untyped_atom | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4764 | tff_untyped_atom, tff_untyped_atom1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4765 | result = MlyValue.tff_typed_atom ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4766 | ( (fst tff_untyped_atom, SOME tff_top_level_type) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4767 | in ( LrTable.NT 83, ( result, tff_untyped_atom1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4768 | tff_top_level_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4769 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4770 | | ( 123, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4771 | MlyValue.tff_typed_atom tff_typed_atom, _, _)) :: ( _, ( _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4772 | LPAREN1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4773 | MlyValue.tff_typed_atom (( tff_typed_atom )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4774 | in ( LrTable.NT 83, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4775 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4776 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4777 | | ( 124, ( ( _, ( MlyValue.functor_ functor_, functor_1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4778 | functor_1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4779 | MlyValue.tff_untyped_atom (( (functor_, NONE) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4780 | in ( LrTable.NT 82, ( result, functor_1left, functor_1right), rest671 | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4781 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4782 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4783 | | ( 125, ( ( _, ( MlyValue.system_functor system_functor, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4784 | system_functor1left, system_functor1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4785 | result = MlyValue.tff_untyped_atom (( (system_functor, NONE) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4786 | in ( LrTable.NT 82, ( result, system_functor1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4787 | system_functor1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4788 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4789 | | ( 126, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4790 | tff_atomic_type1left, tff_atomic_type1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4791 | result = MlyValue.tff_top_level_type (( tff_atomic_type )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4792 | in ( LrTable.NT 81, ( result, tff_atomic_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4793 | tff_atomic_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4794 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4795 | | ( 127, ( ( _, ( MlyValue.tff_mapping_type tff_mapping_type, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4796 | tff_mapping_type1left, tff_mapping_type1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4797 | val result = MlyValue.tff_top_level_type (( tff_mapping_type )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4798 | in ( LrTable.NT 81, ( result, tff_mapping_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4799 | tff_mapping_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4800 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4801 | | ( 128, ( ( _, ( MlyValue.tff_quantified_type tff_quantified_type, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4802 | tff_quantified_type1left, tff_quantified_type1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4803 | let val result = MlyValue.tff_top_level_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4804 | ( tff_quantified_type )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4805 | in ( LrTable.NT 81, ( result, tff_quantified_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4806 | tff_quantified_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4807 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4808 | | ( 129, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4809 | MlyValue.tff_top_level_type tff_top_level_type, _, _)) :: ( _, ( _, | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4810 | LPAREN1left, _)) :: rest671)) => let val result = | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4811 | MlyValue.tff_top_level_type (( tff_top_level_type )) | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4812 | in ( LrTable.NT 81, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4813 | |
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4814 | end | 
| 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4815 | | ( 130, ( ( _, ( MlyValue.tff_monotype tff_monotype, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4816 | tff_monotype1right)) :: _ :: _ :: ( _, ( MlyValue.tff_variable_list | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4817 | tff_variable_list, _, _)) :: _ :: ( _, ( _, DEP_PROD1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4818 | rest671)) => let val result = MlyValue.tff_quantified_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4819 | ( | 
| 47360 | 4820 | Fmla_type (Quant (Dep_Prod, tff_variable_list, Type_fmla tff_monotype)) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4821 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4822 | ) | 
| 53394 | 4823 | in ( LrTable.NT 143, ( result, DEP_PROD1left, tff_monotype1right), | 
| 46844 | 4824 | rest671) | 
| 4825 | end | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4826 | | ( 131, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4827 | tff_atomic_type1left, tff_atomic_type1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4828 | result = MlyValue.tff_monotype (( tff_atomic_type )) | 
| 53394 | 4829 | in ( LrTable.NT 144, ( result, tff_atomic_type1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4830 | tff_atomic_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4831 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4832 | | ( 132, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4833 | MlyValue.tff_mapping_type tff_mapping_type, _, _)) :: ( _, ( _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4834 | LPAREN1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4835 | MlyValue.tff_monotype (( tff_mapping_type )) | 
| 53394 | 4836 | in ( LrTable.NT 144, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4837 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4838 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4839 | | ( 133, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4840 | tff_atomic_type1left, tff_atomic_type1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4841 | result = MlyValue.tff_unitary_type (( tff_atomic_type )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4842 | in ( LrTable.NT 80, ( result, tff_atomic_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4843 | tff_atomic_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4844 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4845 | | ( 134, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4846 | MlyValue.tff_xprod_type tff_xprod_type, _, _)) :: ( _, ( _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4847 | LPAREN1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4848 | MlyValue.tff_unitary_type (( tff_xprod_type )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4849 | in ( LrTable.NT 80, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 46844 | 4850 | |
| 4851 | end | |
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4852 | | ( 135, ( ( _, ( MlyValue.atomic_word atomic_word, atomic_word1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4853 | atomic_word1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4854 | MlyValue.tff_atomic_type (( Atom_type atomic_word )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4855 | in ( LrTable.NT 79, ( result, atomic_word1left, atomic_word1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4856 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4857 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4858 | | ( 136, ( ( _, ( MlyValue.defined_type defined_type, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4859 | defined_type1left, defined_type1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4860 | result = MlyValue.tff_atomic_type (( Defined_type defined_type )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4861 | in ( LrTable.NT 79, ( result, defined_type1left, defined_type1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4862 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4863 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4864 | | ( 137, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4865 | MlyValue.tff_type_arguments tff_type_arguments, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4866 | MlyValue.atomic_word atomic_word, atomic_word1left, _)) :: rest671)) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4867 | => let val result = MlyValue.tff_atomic_type ( | 
| 47360 | 4868 | ( Fmla_type (Fmla (Uninterpreted atomic_word, (map Type_fmla tff_type_arguments))) ) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4869 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4870 | in ( LrTable.NT 79, ( result, atomic_word1left, RPAREN1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4871 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4872 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4873 | | ( 138, ( ( _, ( MlyValue.variable_ variable_, variable_1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4874 | variable_1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4875 | MlyValue.tff_atomic_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4876 | ( Fmla_type (Pred (Interpreted_ExtraLogic Apply, [Term_Var variable_])) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4877 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4878 | in ( LrTable.NT 79, ( result, variable_1left, variable_1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4879 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4880 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4881 | | ( 139, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4882 | tff_atomic_type1left, tff_atomic_type1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4883 | result = MlyValue.tff_type_arguments (( [tff_atomic_type] )) | 
| 53394 | 4884 | in ( LrTable.NT 145, ( result, tff_atomic_type1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4885 | tff_atomic_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4886 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4887 | | ( 140, ( ( _, ( MlyValue.tff_type_arguments tff_type_arguments, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4888 | tff_type_arguments1right)) :: _ :: ( _, ( MlyValue.tff_atomic_type | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4889 | tff_atomic_type, tff_atomic_type1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4890 | result = MlyValue.tff_type_arguments ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4891 | ( tff_atomic_type :: tff_type_arguments )) | 
| 53394 | 4892 | in ( LrTable.NT 145, ( result, tff_atomic_type1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4893 | tff_type_arguments1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4894 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4895 | | ( 141, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4896 | tff_atomic_type1right)) :: _ :: ( _, ( MlyValue.tff_unitary_type | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4897 | tff_unitary_type, tff_unitary_type1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4898 | result = MlyValue.tff_mapping_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4899 | ( Fn_type(tff_unitary_type, tff_atomic_type) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4900 | in ( LrTable.NT 78, ( result, tff_unitary_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4901 | tff_atomic_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4902 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4903 | | ( 142, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type2, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4904 | tff_atomic_type2right)) :: _ :: ( _, ( MlyValue.tff_atomic_type | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4905 | tff_atomic_type1, tff_atomic_type1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4906 | result = MlyValue.tff_xprod_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4907 | ( Prod_type(tff_atomic_type1, tff_atomic_type2) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4908 | in ( LrTable.NT 77, ( result, tff_atomic_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4909 | tff_atomic_type2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4910 | end | 
| 53395 
a1a78a271682
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
 sultana parents: 
53394diff
changeset | 4911 | | ( 143, ( ( _, ( MlyValue.tff_atomic_type tff_atomic_type, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4912 | tff_atomic_type1right)) :: _ :: ( _, ( MlyValue.tff_xprod_type | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4913 | tff_xprod_type, tff_xprod_type1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4914 | result = MlyValue.tff_xprod_type ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4915 | ( Prod_type(tff_xprod_type, tff_atomic_type) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4916 | in ( LrTable.NT 77, ( result, tff_xprod_type1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4917 | tff_atomic_type1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4918 | end | 
| 53394 | 4919 | | ( 144, ( ( _, ( MlyValue.fof_logic_formula fof_logic_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4920 | fof_logic_formula1left, fof_logic_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4921 | val result = MlyValue.fof_formula (( fof_logic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4922 | in ( LrTable.NT 72, ( result, fof_logic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4923 | fof_logic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4924 | end | 
| 53394 | 4925 | | ( 145, ( ( _, ( MlyValue.fof_sequent fof_sequent, fof_sequent1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4926 | fof_sequent1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4927 | MlyValue.fof_formula (( fof_sequent )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4928 | in ( LrTable.NT 72, ( result, fof_sequent1left, fof_sequent1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4929 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4930 | end | 
| 53394 | 4931 | | ( 146, ( ( _, ( MlyValue.fof_binary_formula fof_binary_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4932 | fof_binary_formula1left, fof_binary_formula1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4933 | let val result = MlyValue.fof_logic_formula (( fof_binary_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4934 | in ( LrTable.NT 71, ( result, fof_binary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4935 | fof_binary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4936 | end | 
| 53394 | 4937 | | ( 147, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4938 | fof_unitary_formula1left, fof_unitary_formula1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4939 | let val result = MlyValue.fof_logic_formula (( fof_unitary_formula ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4940 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4941 | in ( LrTable.NT 71, ( result, fof_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4942 | fof_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4943 | end | 
| 53394 | 4944 | | ( 148, ( ( _, ( MlyValue.fof_binary_nonassoc fof_binary_nonassoc, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4945 | fof_binary_nonassoc1left, fof_binary_nonassoc1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4946 | let val result = MlyValue.fof_binary_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4947 | ( fof_binary_nonassoc )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4948 | in ( LrTable.NT 70, ( result, fof_binary_nonassoc1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4949 | fof_binary_nonassoc1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4950 | end | 
| 53394 | 4951 | | ( 149, ( ( _, ( MlyValue.fof_binary_assoc fof_binary_assoc, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4952 | fof_binary_assoc1left, fof_binary_assoc1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4953 | val result = MlyValue.fof_binary_formula (( fof_binary_assoc )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4954 | in ( LrTable.NT 70, ( result, fof_binary_assoc1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4955 | fof_binary_assoc1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4956 | end | 
| 53394 | 4957 | | ( 150, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula2, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4958 | _, fof_unitary_formula2right)) :: ( _, ( MlyValue.binary_connective | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4959 | binary_connective, _, _)) :: ( _, ( MlyValue.fof_unitary_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4960 | fof_unitary_formula1, fof_unitary_formula1left, _)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4961 | let val result = MlyValue.fof_binary_nonassoc ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4962 | ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4963 | Fmla (binary_connective, [fof_unitary_formula1, fof_unitary_formula2] ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4964 | ) | 
| 46844 | 4965 | ) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4966 | in ( LrTable.NT 69, ( result, fof_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4967 | fof_unitary_formula2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4968 | end | 
| 53394 | 4969 | | ( 151, ( ( _, ( MlyValue.fof_or_formula fof_or_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4970 | fof_or_formula1left, fof_or_formula1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4971 | result = MlyValue.fof_binary_assoc (( fof_or_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4972 | in ( LrTable.NT 68, ( result, fof_or_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4973 | fof_or_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4974 | end | 
| 53394 | 4975 | | ( 152, ( ( _, ( MlyValue.fof_and_formula fof_and_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4976 | fof_and_formula1left, fof_and_formula1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4977 | result = MlyValue.fof_binary_assoc (( fof_and_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4978 | in ( LrTable.NT 68, ( result, fof_and_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4979 | fof_and_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4980 | end | 
| 53394 | 4981 | | ( 153, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula2, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4982 | _, fof_unitary_formula2right)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4983 | MlyValue.fof_unitary_formula fof_unitary_formula1, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4984 | fof_unitary_formula1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4985 | MlyValue.fof_or_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4986 | ( Fmla (Interpreted_Logic Or, [fof_unitary_formula1, fof_unitary_formula2]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4987 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4988 | in ( LrTable.NT 67, ( result, fof_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4989 | fof_unitary_formula2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4990 | end | 
| 53394 | 4991 | | ( 154, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula, _ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4992 | , fof_unitary_formula1right)) :: _ :: ( _, ( MlyValue.fof_or_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4993 | fof_or_formula, fof_or_formula1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4994 | result = MlyValue.fof_or_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4995 | ( Fmla (Interpreted_Logic Or, [fof_or_formula, fof_unitary_formula]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4996 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4997 | in ( LrTable.NT 67, ( result, fof_or_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4998 | fof_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 4999 | end | 
| 53394 | 5000 | | ( 155, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula2, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5001 | _, fof_unitary_formula2right)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5002 | MlyValue.fof_unitary_formula fof_unitary_formula1, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5003 | fof_unitary_formula1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5004 | MlyValue.fof_and_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5005 | ( Fmla (Interpreted_Logic And, [fof_unitary_formula1, fof_unitary_formula2]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5006 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5007 | in ( LrTable.NT 66, ( result, fof_unitary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5008 | fof_unitary_formula2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5009 | end | 
| 53394 | 5010 | | ( 156, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula, _ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5011 | , fof_unitary_formula1right)) :: _ :: ( _, ( MlyValue.fof_and_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5012 | fof_and_formula, fof_and_formula1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5013 | result = MlyValue.fof_and_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5014 | ( Fmla (Interpreted_Logic And, [fof_and_formula, fof_unitary_formula]) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5015 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5016 | in ( LrTable.NT 66, ( result, fof_and_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5017 | fof_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5018 | end | 
| 53394 | 5019 | | ( 157, ( ( _, ( MlyValue.fof_quantified_formula | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5020 | fof_quantified_formula, fof_quantified_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5021 | fof_quantified_formula1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5022 | MlyValue.fof_unitary_formula (( fof_quantified_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5023 | in ( LrTable.NT 65, ( result, fof_quantified_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5024 | fof_quantified_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5025 | end | 
| 53394 | 5026 | | ( 158, ( ( _, ( MlyValue.fof_unary_formula fof_unary_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5027 | fof_unary_formula1left, fof_unary_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5028 | val result = MlyValue.fof_unitary_formula (( fof_unary_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5029 | in ( LrTable.NT 65, ( result, fof_unary_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5030 | fof_unary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5031 | end | 
| 53394 | 5032 | | ( 159, ( ( _, ( MlyValue.atomic_formula atomic_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5033 | atomic_formula1left, atomic_formula1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5034 | result = MlyValue.fof_unitary_formula (( atomic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5035 | in ( LrTable.NT 65, ( result, atomic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5036 | atomic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5037 | end | 
| 53394 | 5038 | | ( 160, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5039 | MlyValue.fof_logic_formula fof_logic_formula, _, _)) :: ( _, ( _, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5040 | LPAREN1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5041 | MlyValue.fof_unitary_formula (( fof_logic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5042 | in ( LrTable.NT 65, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5043 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5044 | end | 
| 53394 | 5045 | | ( 161, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula, _ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5046 | , fof_unitary_formula1right)) :: _ :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5047 | MlyValue.fof_variable_list fof_variable_list, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5048 | MlyValue.fol_quantifier fol_quantifier, fol_quantifier1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5049 | rest671)) => let val result = MlyValue.fof_quantified_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5050 | ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5051 | Quant (fol_quantifier, map (fn v => (v, NONE)) fof_variable_list, fof_unitary_formula) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5052 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5053 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5054 | in ( LrTable.NT 64, ( result, fol_quantifier1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5055 | fof_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5056 | end | 
| 53394 | 5057 | | ( 162, ( ( _, ( MlyValue.variable_ variable_, variable_1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5058 | variable_1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5059 | MlyValue.fof_variable_list (( [variable_] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5060 | in ( LrTable.NT 63, ( result, variable_1left, variable_1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5061 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5062 | end | 
| 53394 | 5063 | | ( 163, ( ( _, ( MlyValue.fof_variable_list fof_variable_list, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5064 | fof_variable_list1right)) :: _ :: ( _, ( MlyValue.variable_ variable_, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5065 | variable_1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5066 | MlyValue.fof_variable_list (( variable_ :: fof_variable_list )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5067 | in ( LrTable.NT 63, ( result, variable_1left, fof_variable_list1right | 
| 46844 | 5068 | ), rest671) | 
| 5069 | end | |
| 53394 | 5070 | | ( 164, ( ( _, ( MlyValue.fof_unitary_formula fof_unitary_formula, _ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5071 | , fof_unitary_formula1right)) :: ( _, ( MlyValue.unary_connective | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5072 | unary_connective, unary_connective1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5073 | result = MlyValue.fof_unary_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5074 | ( Fmla (unary_connective, [fof_unitary_formula]) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5075 | in ( LrTable.NT 62, ( result, unary_connective1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5076 | fof_unitary_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5077 | end | 
| 53394 | 5078 | | ( 165, ( ( _, ( MlyValue.fol_infix_unary fol_infix_unary, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5079 | fol_infix_unary1left, fol_infix_unary1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5080 | result = MlyValue.fof_unary_formula (( fol_infix_unary )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5081 | in ( LrTable.NT 62, ( result, fol_infix_unary1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5082 | fol_infix_unary1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5083 | end | 
| 53394 | 5084 | | ( 166, ( ( _, ( MlyValue.fof_tuple fof_tuple2, _, fof_tuple2right)) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5085 | :: _ :: ( _, ( MlyValue.fof_tuple fof_tuple1, fof_tuple1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5086 | rest671)) => let val result = MlyValue.fof_sequent ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5087 | ( Sequent (fof_tuple1, fof_tuple2) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5088 | in ( LrTable.NT 61, ( result, fof_tuple1left, fof_tuple2right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5089 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5090 | end | 
| 53394 | 5091 | | ( 167, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.fof_sequent | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5092 | fof_sequent, _, _)) :: ( _, ( _, LPAREN1left, _)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5093 | val result = MlyValue.fof_sequent (( fof_sequent )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5094 | in ( LrTable.NT 61, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5095 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5096 | end | 
| 53394 | 5097 | | ( 168, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( _, LBRKT1left, _)) :: | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5098 | rest671)) => let val result = MlyValue.fof_tuple (( [] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5099 | in ( LrTable.NT 60, ( result, LBRKT1left, RBRKT1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5100 | end | 
| 53394 | 5101 | | ( 169, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5102 | MlyValue.fof_tuple_list fof_tuple_list, _, _)) :: ( _, ( _, LBRKT1left | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5103 | , _)) :: rest671)) => let val result = MlyValue.fof_tuple ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5104 | ( fof_tuple_list )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5105 | in ( LrTable.NT 60, ( result, LBRKT1left, RBRKT1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5106 | end | 
| 53394 | 5107 | | ( 170, ( ( _, ( MlyValue.fof_logic_formula fof_logic_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5108 | fof_logic_formula1left, fof_logic_formula1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5109 | val result = MlyValue.fof_tuple_list (( [fof_logic_formula] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5110 | in ( LrTable.NT 59, ( result, fof_logic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5111 | fof_logic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5112 | end | 
| 53394 | 5113 | | ( 171, ( ( _, ( MlyValue.fof_tuple_list fof_tuple_list, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5114 | fof_tuple_list1right)) :: _ :: ( _, ( MlyValue.fof_logic_formula | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5115 | fof_logic_formula, fof_logic_formula1left, _)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5116 | val result = MlyValue.fof_tuple_list ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5117 | ( fof_logic_formula :: fof_tuple_list )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5118 | in ( LrTable.NT 59, ( result, fof_logic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5119 | fof_tuple_list1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5120 | end | 
| 53394 | 5121 | | ( 172, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.disjunction | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5122 | disjunction, _, _)) :: ( _, ( _, LPAREN1left, _)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5123 | val result = MlyValue.cnf_formula (( disjunction )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5124 | in ( LrTable.NT 58, ( result, LPAREN1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5125 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5126 | end | 
| 53394 | 5127 | | ( 173, ( ( _, ( MlyValue.disjunction disjunction, disjunction1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5128 | disjunction1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5129 | MlyValue.cnf_formula (( disjunction )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5130 | in ( LrTable.NT 58, ( result, disjunction1left, disjunction1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5131 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5132 | end | 
| 53394 | 5133 | | ( 174, ( ( _, ( MlyValue.literal literal, literal1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5134 | literal1right)) :: rest671)) => let val result = MlyValue.disjunction | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5135 | (( literal )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5136 | in ( LrTable.NT 57, ( result, literal1left, literal1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5137 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5138 | end | 
| 53394 | 5139 | | ( 175, ( ( _, ( MlyValue.literal literal, _, literal1right)) :: _ | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5140 | :: ( _, ( MlyValue.disjunction disjunction, disjunction1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5141 | rest671)) => let val result = MlyValue.disjunction ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5142 | ( Fmla (Interpreted_Logic Or, [disjunction, literal]) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5143 | in ( LrTable.NT 57, ( result, disjunction1left, literal1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5144 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5145 | end | 
| 53394 | 5146 | | ( 176, ( ( _, ( MlyValue.atomic_formula atomic_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5147 | atomic_formula1left, atomic_formula1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5148 | result = MlyValue.literal (( atomic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5149 | in ( LrTable.NT 56, ( result, atomic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5150 | atomic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5151 | end | 
| 53394 | 5152 | | ( 177, ( ( _, ( MlyValue.atomic_formula atomic_formula, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5153 | atomic_formula1right)) :: ( _, ( _, TILDE1left, _)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5154 | let val result = MlyValue.literal ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5155 | ( Fmla (Interpreted_Logic Not, [atomic_formula]) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5156 | in ( LrTable.NT 56, ( result, TILDE1left, atomic_formula1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5157 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5158 | end | 
| 53394 | 5159 | | ( 178, ( ( _, ( MlyValue.fol_infix_unary fol_infix_unary, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5160 | fol_infix_unary1left, fol_infix_unary1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5161 | result = MlyValue.literal (( fol_infix_unary )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5162 | in ( LrTable.NT 56, ( result, fol_infix_unary1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5163 | fol_infix_unary1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5164 | end | 
| 53394 | 5165 | | ( 179, ( ( _, ( MlyValue.thf_pair_connective thf_pair_connective, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5166 | thf_pair_connective1left, thf_pair_connective1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5167 | let val result = MlyValue.thf_conn_term (( thf_pair_connective )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5168 | in ( LrTable.NT 55, ( result, thf_pair_connective1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5169 | thf_pair_connective1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5170 | end | 
| 53394 | 5171 | | ( 180, ( ( _, ( MlyValue.assoc_connective assoc_connective, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5172 | assoc_connective1left, assoc_connective1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5173 | val result = MlyValue.thf_conn_term (( assoc_connective )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5174 | in ( LrTable.NT 55, ( result, assoc_connective1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5175 | assoc_connective1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5176 | end | 
| 53394 | 5177 | | ( 181, ( ( _, ( MlyValue.thf_unary_connective thf_unary_connective, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5178 | thf_unary_connective1left, thf_unary_connective1right)) :: rest671)) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5179 | => let val result = MlyValue.thf_conn_term (( thf_unary_connective ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5180 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5181 | in ( LrTable.NT 55, ( result, thf_unary_connective1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5182 | thf_unary_connective1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5183 | end | 
| 53394 | 5184 | | ( 182, ( ( _, ( MlyValue.term term2, _, term2right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5185 | MlyValue.infix_inequality infix_inequality, _, _)) :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5186 | MlyValue.term term1, term1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5187 | MlyValue.fol_infix_unary (( Pred (infix_inequality, [term1, term2]) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5188 | in ( LrTable.NT 54, ( result, term1left, term2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5189 | end | 
| 53394 | 5190 | | ( 183, ( ( _, ( MlyValue.fol_quantifier fol_quantifier, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5191 | fol_quantifier1left, fol_quantifier1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5192 | result = MlyValue.thf_quantifier (( fol_quantifier )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5193 | in ( LrTable.NT 53, ( result, fol_quantifier1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5194 | fol_quantifier1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5195 | end | 
| 53394 | 5196 | | ( 184, ( ( _, ( _, CARET1left, CARET1right)) :: rest671)) => let | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5197 | val result = MlyValue.thf_quantifier (( Lambda )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5198 | in ( LrTable.NT 53, ( result, CARET1left, CARET1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5199 | end | 
| 53394 | 5200 | | ( 185, ( ( _, ( _, DEP_PROD1left, DEP_PROD1right)) :: rest671)) => | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5201 | let val result = MlyValue.thf_quantifier (( Dep_Prod )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5202 | in ( LrTable.NT 53, ( result, DEP_PROD1left, DEP_PROD1right), rest671 | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5203 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5204 | end | 
| 53394 | 5205 | | ( 186, ( ( _, ( _, DEP_SUM1left, DEP_SUM1right)) :: rest671)) => | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5206 | let val result = MlyValue.thf_quantifier (( Dep_Sum )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5207 | in ( LrTable.NT 53, ( result, DEP_SUM1left, DEP_SUM1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5208 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5209 | end | 
| 53394 | 5210 | | ( 187, ( ( _, ( _, INDEF_CHOICE1left, INDEF_CHOICE1right)) :: | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5211 | rest671)) => let val result = MlyValue.thf_quantifier (( Epsilon )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5212 | in ( LrTable.NT 53, ( result, INDEF_CHOICE1left, INDEF_CHOICE1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5213 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5214 | end | 
| 53394 | 5215 | | ( 188, ( ( _, ( _, DEFIN_CHOICE1left, DEFIN_CHOICE1right)) :: | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5216 | rest671)) => let val result = MlyValue.thf_quantifier (( Iota )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5217 | in ( LrTable.NT 53, ( result, DEFIN_CHOICE1left, DEFIN_CHOICE1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5218 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5219 | end | 
| 53394 | 5220 | | ( 189, ( ( _, ( MlyValue.infix_equality infix_equality, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5221 | infix_equality1left, infix_equality1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5222 | result = MlyValue.thf_pair_connective (( infix_equality )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5223 | in ( LrTable.NT 52, ( result, infix_equality1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5224 | infix_equality1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5225 | end | 
| 53394 | 5226 | | ( 190, ( ( _, ( MlyValue.infix_inequality infix_inequality, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5227 | infix_inequality1left, infix_inequality1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5228 | val result = MlyValue.thf_pair_connective (( infix_inequality )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5229 | in ( LrTable.NT 52, ( result, infix_inequality1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5230 | infix_inequality1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5231 | end | 
| 53394 | 5232 | | ( 191, ( ( _, ( MlyValue.binary_connective binary_connective, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5233 | binary_connective1left, binary_connective1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5234 | val result = MlyValue.thf_pair_connective (( binary_connective )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5235 | in ( LrTable.NT 52, ( result, binary_connective1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5236 | binary_connective1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5237 | end | 
| 53394 | 5238 | | ( 192, ( ( _, ( MlyValue.unary_connective unary_connective, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5239 | unary_connective1left, unary_connective1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5240 | val result = MlyValue.thf_unary_connective (( unary_connective )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5241 | in ( LrTable.NT 51, ( result, unary_connective1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5242 | unary_connective1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5243 | end | 
| 53394 | 5244 | | ( 193, ( ( _, ( _, OPERATOR_FORALL1left, OPERATOR_FORALL1right)) :: | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5245 | rest671)) => let val result = MlyValue.thf_unary_connective ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5246 | ( Interpreted_Logic Op_Forall )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5247 | in ( LrTable.NT 51, ( result, OPERATOR_FORALL1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5248 | OPERATOR_FORALL1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5249 | end | 
| 53394 | 5250 | | ( 194, ( ( _, ( _, OPERATOR_EXISTS1left, OPERATOR_EXISTS1right)) :: | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5251 | rest671)) => let val result = MlyValue.thf_unary_connective ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5252 | ( Interpreted_Logic Op_Exists )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5253 | in ( LrTable.NT 51, ( result, OPERATOR_EXISTS1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5254 | OPERATOR_EXISTS1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5255 | end | 
| 53394 | 5256 | | ( 195, ( ( _, ( _, EXCLAMATION1left, EXCLAMATION1right)) :: rest671 | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5257 | )) => let val result = MlyValue.fol_quantifier (( Forall )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5258 | in ( LrTable.NT 50, ( result, EXCLAMATION1left, EXCLAMATION1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5259 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5260 | end | 
| 53394 | 5261 | | ( 196, ( ( _, ( _, QUESTION1left, QUESTION1right)) :: rest671)) => | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5262 | let val result = MlyValue.fol_quantifier (( Exists )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5263 | in ( LrTable.NT 50, ( result, QUESTION1left, QUESTION1right), rest671 | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5264 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5265 | end | 
| 53394 | 5266 | | ( 197, ( ( _, ( _, IFF1left, IFF1right)) :: rest671)) => let val | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5267 | result = MlyValue.binary_connective (( Interpreted_Logic Iff )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5268 | in ( LrTable.NT 49, ( result, IFF1left, IFF1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5269 | end | 
| 53394 | 5270 | | ( 198, ( ( _, ( _, IMPLIES1left, IMPLIES1right)) :: rest671)) => | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5271 | let val result = MlyValue.binary_connective ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5272 | ( Interpreted_Logic If )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5273 | in ( LrTable.NT 49, ( result, IMPLIES1left, IMPLIES1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5274 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5275 | end | 
| 53394 | 5276 | | ( 199, ( ( _, ( _, FI1left, FI1right)) :: rest671)) => let val | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5277 | result = MlyValue.binary_connective (( Interpreted_Logic Fi )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5278 | in ( LrTable.NT 49, ( result, FI1left, FI1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5279 | end | 
| 53394 | 5280 | | ( 200, ( ( _, ( _, XOR1left, XOR1right)) :: rest671)) => let val | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5281 | result = MlyValue.binary_connective (( Interpreted_Logic Xor )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5282 | in ( LrTable.NT 49, ( result, XOR1left, XOR1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5283 | end | 
| 53394 | 5284 | | ( 201, ( ( _, ( _, NOR1left, NOR1right)) :: rest671)) => let val | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5285 | result = MlyValue.binary_connective (( Interpreted_Logic Nor )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5286 | in ( LrTable.NT 49, ( result, NOR1left, NOR1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5287 | end | 
| 53394 | 5288 | | ( 202, ( ( _, ( _, NAND1left, NAND1right)) :: rest671)) => let val | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5289 | result = MlyValue.binary_connective (( Interpreted_Logic Nand )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5290 | in ( LrTable.NT 49, ( result, NAND1left, NAND1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5291 | end | 
| 53394 | 5292 | | ( 203, ( ( _, ( _, VLINE1left, VLINE1right)) :: rest671)) => let | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5293 | val result = MlyValue.assoc_connective (( Interpreted_Logic Or )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5294 | in ( LrTable.NT 48, ( result, VLINE1left, VLINE1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5295 | end | 
| 53394 | 5296 | | ( 204, ( ( _, ( _, AMPERSAND1left, AMPERSAND1right)) :: rest671)) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5297 | => let val result = MlyValue.assoc_connective ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5298 | ( Interpreted_Logic And )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5299 | in ( LrTable.NT 48, ( result, AMPERSAND1left, AMPERSAND1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5300 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5301 | end | 
| 53394 | 5302 | | ( 205, ( ( _, ( _, TILDE1left, TILDE1right)) :: rest671)) => let | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5303 | val result = MlyValue.unary_connective (( Interpreted_Logic Not )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5304 | in ( LrTable.NT 45, ( result, TILDE1left, TILDE1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5305 | end | 
| 53394 | 5306 | | ( 206, ( ( _, ( MlyValue.atomic_defined_word atomic_defined_word, | 
| 47358 | 5307 | atomic_defined_word1left, atomic_defined_word1right)) :: rest671)) => | 
| 46844 | 5308 | let val result = MlyValue.defined_type ( | 
| 5309 | ( | |
| 47358 | 5310 | case atomic_defined_word of | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5311 | "$oType" => Type_Bool | 
| 46844 | 5312 | | "$o" => Type_Bool | 
| 5313 | | "$iType" => Type_Ind | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5314 | | "$i" => Type_Ind | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5315 | | "$tType" => Type_Type | 
| 46844 | 5316 | | "$real" => Type_Real | 
| 5317 | | "$rat" => Type_Rat | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5318 | | "$int" => Type_Int | 
| 46844 | 5319 |   | thing => raise UNRECOGNISED_SYMBOL ("defined_type", thing)
 | 
| 5320 | ) | |
| 5321 | ) | |
| 47358 | 5322 | in ( LrTable.NT 46, ( result, atomic_defined_word1left, | 
| 5323 | atomic_defined_word1right), rest671) | |
| 5324 | end | |
| 53394 | 5325 | | ( 207, ( ( _, ( MlyValue.atomic_system_word atomic_system_word, | 
| 47358 | 5326 | atomic_system_word1left, atomic_system_word1right)) :: rest671)) => | 
| 5327 | let val result = MlyValue.system_type (( atomic_system_word )) | |
| 5328 | in ( LrTable.NT 47, ( result, atomic_system_word1left, | |
| 5329 | atomic_system_word1right), rest671) | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5330 | end | 
| 53394 | 5331 | | ( 208, ( ( _, ( MlyValue.plain_atomic_formula plain_atomic_formula, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5332 | plain_atomic_formula1left, plain_atomic_formula1right)) :: rest671)) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5333 | => let val result = MlyValue.atomic_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5334 | ( plain_atomic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5335 | in ( LrTable.NT 44, ( result, plain_atomic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5336 | plain_atomic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5337 | end | 
| 53394 | 5338 | | ( 209, ( ( _, ( MlyValue.defined_atomic_formula | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5339 | defined_atomic_formula, defined_atomic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5340 | defined_atomic_formula1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5341 | MlyValue.atomic_formula (( defined_atomic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5342 | in ( LrTable.NT 44, ( result, defined_atomic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5343 | defined_atomic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5344 | end | 
| 53394 | 5345 | | ( 210, ( ( _, ( MlyValue.system_atomic_formula | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5346 | system_atomic_formula, system_atomic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5347 | system_atomic_formula1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5348 | MlyValue.atomic_formula (( system_atomic_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5349 | in ( LrTable.NT 44, ( result, system_atomic_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5350 | system_atomic_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5351 | end | 
| 53394 | 5352 | | ( 211, ( ( _, ( MlyValue.plain_term plain_term, plain_term1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5353 | plain_term1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5354 | MlyValue.plain_atomic_formula (( Pred plain_term )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5355 | in ( LrTable.NT 43, ( result, plain_term1left, plain_term1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5356 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5357 | end | 
| 53394 | 5358 | | ( 212, ( ( _, ( MlyValue.defined_plain_formula | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5359 | defined_plain_formula, defined_plain_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5360 | defined_plain_formula1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5361 | MlyValue.defined_atomic_formula (( defined_plain_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5362 | in ( LrTable.NT 42, ( result, defined_plain_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5363 | defined_plain_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5364 | end | 
| 53394 | 5365 | | ( 213, ( ( _, ( MlyValue.defined_infix_formula | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5366 | defined_infix_formula, defined_infix_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5367 | defined_infix_formula1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5368 | MlyValue.defined_atomic_formula (( defined_infix_formula )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5369 | in ( LrTable.NT 42, ( result, defined_infix_formula1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5370 | defined_infix_formula1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5371 | end | 
| 53394 | 5372 | | ( 214, ( ( _, ( MlyValue.defined_plain_term defined_plain_term, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5373 | defined_plain_term1left, defined_plain_term1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5374 | let val result = MlyValue.defined_plain_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5375 | ( Pred defined_plain_term )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5376 | in ( LrTable.NT 41, ( result, defined_plain_term1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5377 | defined_plain_term1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5378 | end | 
| 53394 | 5379 | | ( 215, ( ( _, ( MlyValue.atomic_defined_word atomic_defined_word, | 
| 47358 | 5380 | atomic_defined_word1left, atomic_defined_word1right)) :: rest671)) => | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5381 | let val result = MlyValue.defined_prop ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5382 | ( | 
| 47358 | 5383 | case atomic_defined_word of | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5384 | "$true" => "$true" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5385 | | "$false" => "$false" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5386 |   | thing => raise UNRECOGNISED_SYMBOL ("defined_prop", thing)
 | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5387 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5388 | ) | 
| 47358 | 5389 | in ( LrTable.NT 39, ( result, atomic_defined_word1left, | 
| 5390 | atomic_defined_word1right), rest671) | |
| 5391 | end | |
| 53394 | 5392 | | ( 216, ( ( _, ( MlyValue.atomic_defined_word atomic_defined_word, | 
| 47358 | 5393 | atomic_defined_word1left, atomic_defined_word1right)) :: rest671)) => | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5394 | let val result = MlyValue.defined_pred ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5395 | ( | 
| 47358 | 5396 | case atomic_defined_word of | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5397 | "$distinct" => "$distinct" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5398 | | "$ite_f" => "$ite_f" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5399 | | "$less" => "$less" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5400 | | "$lesseq" => "$lesseq" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5401 | | "$greater" => "$greater" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5402 | | "$greatereq" => "$greatereq" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5403 | | "$is_int" => "$is_int" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5404 | | "$is_rat" => "$is_rat" | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5405 |   | thing => raise UNRECOGNISED_SYMBOL ("defined_pred", thing)
 | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5406 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5407 | ) | 
| 47358 | 5408 | in ( LrTable.NT 40, ( result, atomic_defined_word1left, | 
| 5409 | atomic_defined_word1right), rest671) | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5410 | end | 
| 53394 | 5411 | | ( 217, ( ( _, ( MlyValue.term term2, _, term2right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5412 | MlyValue.defined_infix_pred defined_infix_pred, _, _)) :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5413 | MlyValue.term term1, term1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5414 | MlyValue.defined_infix_formula ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5415 | (Pred (defined_infix_pred, [term1, term2]))) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5416 | in ( LrTable.NT 38, ( result, term1left, term2right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5417 | end | 
| 53394 | 5418 | | ( 218, ( ( _, ( MlyValue.infix_equality infix_equality, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5419 | infix_equality1left, infix_equality1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5420 | result = MlyValue.defined_infix_pred (( infix_equality )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5421 | in ( LrTable.NT 37, ( result, infix_equality1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5422 | infix_equality1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5423 | end | 
| 53394 | 5424 | | ( 219, ( ( _, ( _, EQUALS1left, EQUALS1right)) :: rest671)) => let | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5425 | val result = MlyValue.infix_equality (( Interpreted_Logic Equals )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5426 | in ( LrTable.NT 35, ( result, EQUALS1left, EQUALS1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5427 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5428 | end | 
| 53394 | 5429 | | ( 220, ( ( _, ( _, NEQUALS1left, NEQUALS1right)) :: rest671)) => | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5430 | let val result = MlyValue.infix_inequality ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5431 | ( Interpreted_Logic NEquals )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5432 | in ( LrTable.NT 36, ( result, NEQUALS1left, NEQUALS1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5433 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5434 | end | 
| 53394 | 5435 | | ( 221, ( ( _, ( MlyValue.system_term system_term, system_term1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5436 | system_term1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5437 | MlyValue.system_atomic_formula (( Pred system_term )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5438 | in ( LrTable.NT 34, ( result, system_term1left, system_term1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5439 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5440 | end | 
| 53394 | 5441 | | ( 222, ( ( _, ( MlyValue.function_term function_term, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5442 | function_term1left, function_term1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5443 | result = MlyValue.term (( function_term )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5444 | in ( LrTable.NT 19, ( result, function_term1left, function_term1right | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5445 | ), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5446 | end | 
| 53394 | 5447 | | ( 223, ( ( _, ( MlyValue.variable_ variable_, variable_1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5448 | variable_1right)) :: rest671)) => let val result = MlyValue.term ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5449 | ( Term_Var variable_ )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5450 | in ( LrTable.NT 19, ( result, variable_1left, variable_1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5451 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5452 | end | 
| 53394 | 5453 | | ( 224, ( ( _, ( MlyValue.conditional_term conditional_term, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5454 | conditional_term1left, conditional_term1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5455 | val result = MlyValue.term (( conditional_term )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5456 | in ( LrTable.NT 19, ( result, conditional_term1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5457 | conditional_term1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5458 | end | 
| 53394 | 5459 | | ( 225, ( ( _, ( MlyValue.let_term let_term, let_term1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5460 | let_term1right)) :: rest671)) => let val result = MlyValue.term ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5461 | ( let_term )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5462 | in ( LrTable.NT 19, ( result, let_term1left, let_term1right), rest671 | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5463 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5464 | end | 
| 53394 | 5465 | | ( 226, ( ( _, ( MlyValue.plain_term plain_term, plain_term1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5466 | plain_term1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5467 | MlyValue.function_term (( Term_Func plain_term )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5468 | in ( LrTable.NT 32, ( result, plain_term1left, plain_term1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5469 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5470 | end | 
| 53394 | 5471 | | ( 227, ( ( _, ( MlyValue.defined_term defined_term, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5472 | defined_term1left, defined_term1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5473 | result = MlyValue.function_term (( defined_term )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5474 | in ( LrTable.NT 32, ( result, defined_term1left, defined_term1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5475 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5476 | end | 
| 53394 | 5477 | | ( 228, ( ( _, ( MlyValue.system_term system_term, system_term1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5478 | system_term1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5479 | MlyValue.function_term (( Term_Func system_term )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5480 | in ( LrTable.NT 32, ( result, system_term1left, system_term1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5481 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5482 | end | 
| 53394 | 5483 | | ( 229, ( ( _, ( MlyValue.constant constant, constant1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5484 | constant1right)) :: rest671)) => let val result = MlyValue.plain_term | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5485 | (( (constant, []) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5486 | in ( LrTable.NT 31, ( result, constant1left, constant1right), rest671 | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5487 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5488 | end | 
| 53394 | 5489 | | ( 230, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.arguments | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5490 | arguments, _, _)) :: _ :: ( _, ( MlyValue.functor_ functor_, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5491 | functor_1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5492 | MlyValue.plain_term (( (functor_, arguments) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5493 | in ( LrTable.NT 31, ( result, functor_1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5494 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5495 | end | 
| 53394 | 5496 | | ( 231, ( ( _, ( MlyValue.functor_ functor_, functor_1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5497 | functor_1right)) :: rest671)) => let val result = MlyValue.constant ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5498 | ( functor_ )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5499 | in ( LrTable.NT 30, ( result, functor_1left, functor_1right), rest671 | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5500 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5501 | end | 
| 53394 | 5502 | | ( 232, ( ( _, ( MlyValue.atomic_word atomic_word, atomic_word1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5503 | atomic_word1right)) :: rest671)) => let val result = | 
| 46844 | 5504 | MlyValue.functor_ (( Uninterpreted atomic_word )) | 
| 5505 | in ( LrTable.NT 18, ( result, atomic_word1left, atomic_word1right), | |
| 5506 | rest671) | |
| 5507 | end | |
| 53394 | 5508 | | ( 233, ( ( _, ( MlyValue.defined_atom defined_atom, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5509 | defined_atom1left, defined_atom1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5510 | result = MlyValue.defined_term (( defined_atom )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5511 | in ( LrTable.NT 29, ( result, defined_atom1left, defined_atom1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5512 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5513 | end | 
| 53394 | 5514 | | ( 234, ( ( _, ( MlyValue.defined_atomic_term defined_atomic_term, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5515 | defined_atomic_term1left, defined_atomic_term1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5516 | let val result = MlyValue.defined_term (( defined_atomic_term )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5517 | in ( LrTable.NT 29, ( result, defined_atomic_term1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5518 | defined_atomic_term1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5519 | end | 
| 53394 | 5520 | | ( 235, ( ( _, ( MlyValue.number number, number1left, number1right)) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5521 | :: rest671)) => let val result = MlyValue.defined_atom ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5522 | ( Term_Num number )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5523 | in ( LrTable.NT 28, ( result, number1left, number1right), rest671) | 
| 46844 | 5524 | |
| 5525 | end | |
| 53394 | 5526 | | ( 236, ( ( _, ( MlyValue.DISTINCT_OBJECT DISTINCT_OBJECT, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5527 | DISTINCT_OBJECT1left, DISTINCT_OBJECT1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5528 | result = MlyValue.defined_atom ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5529 | ( Term_Distinct_Object DISTINCT_OBJECT )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5530 | in ( LrTable.NT 28, ( result, DISTINCT_OBJECT1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5531 | DISTINCT_OBJECT1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5532 | end | 
| 53394 | 5533 | | ( 237, ( ( _, ( MlyValue.defined_plain_term defined_plain_term, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5534 | defined_plain_term1left, defined_plain_term1right)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5535 | let val result = MlyValue.defined_atomic_term ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5536 | ( Term_Func defined_plain_term )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5537 | in ( LrTable.NT 27, ( result, defined_plain_term1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5538 | defined_plain_term1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5539 | end | 
| 53394 | 5540 | | ( 238, ( ( _, ( MlyValue.defined_constant defined_constant, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5541 | defined_constant1left, defined_constant1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5542 | val result = MlyValue.defined_plain_term (( (defined_constant, []) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5543 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5544 | in ( LrTable.NT 26, ( result, defined_constant1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5545 | defined_constant1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5546 | end | 
| 53394 | 5547 | | ( 239, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.arguments | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5548 | arguments, _, _)) :: _ :: ( _, ( MlyValue.defined_functor | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5549 | defined_functor, defined_functor1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5550 | result = MlyValue.defined_plain_term (( (defined_functor, arguments) ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5551 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5552 | in ( LrTable.NT 26, ( result, defined_functor1left, RPAREN1right), | 
| 46844 | 5553 | rest671) | 
| 5554 | end | |
| 53394 | 5555 | | ( 240, ( ( _, ( MlyValue.defined_functor defined_functor, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5556 | defined_functor1left, defined_functor1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5557 | result = MlyValue.defined_constant (( defined_functor )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5558 | in ( LrTable.NT 25, ( result, defined_functor1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5559 | defined_functor1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5560 | end | 
| 53394 | 5561 | | ( 241, ( ( _, ( MlyValue.atomic_defined_word atomic_defined_word, | 
| 47358 | 5562 | atomic_defined_word1left, atomic_defined_word1right)) :: rest671)) => | 
| 46844 | 5563 | let val result = MlyValue.defined_functor ( | 
| 5564 | ( | |
| 47358 | 5565 | case atomic_defined_word of | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5566 | "$uminus" => Interpreted_ExtraLogic UMinus | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5567 | | "$sum" => Interpreted_ExtraLogic Sum | 
| 46844 | 5568 | | "$difference" => Interpreted_ExtraLogic Difference | 
| 5569 | | "$product" => Interpreted_ExtraLogic Product | |
| 5570 | | "$quotient" => Interpreted_ExtraLogic Quotient | |
| 5571 | | "$quotient_e" => Interpreted_ExtraLogic Quotient_E | |
| 5572 | | "$quotient_t" => Interpreted_ExtraLogic Quotient_T | |
| 5573 | | "$quotient_f" => Interpreted_ExtraLogic Quotient_F | |
| 5574 | | "$remainder_e" => Interpreted_ExtraLogic Remainder_E | |
| 5575 | | "$remainder_t" => Interpreted_ExtraLogic Remainder_T | |
| 5576 | | "$remainder_f" => Interpreted_ExtraLogic Remainder_F | |
| 5577 | | "$floor" => Interpreted_ExtraLogic Floor | |
| 5578 | | "$ceiling" => Interpreted_ExtraLogic Ceiling | |
| 5579 | | "$truncate" => Interpreted_ExtraLogic Truncate | |
| 5580 | | "$round" => Interpreted_ExtraLogic Round | |
| 5581 | | "$to_int" => Interpreted_ExtraLogic To_Int | |
| 5582 | | "$to_rat" => Interpreted_ExtraLogic To_Rat | |
| 5583 | | "$to_real" => Interpreted_ExtraLogic To_Real | |
| 5584 | ||
| 5585 | | "$i" => TypeSymbol Type_Ind | |
| 5586 | | "$o" => TypeSymbol Type_Bool | |
| 5587 | | "$iType" => TypeSymbol Type_Ind | |
| 5588 | | "$oType" => TypeSymbol Type_Bool | |
| 5589 | | "$int" => TypeSymbol Type_Int | |
| 5590 | | "$real" => TypeSymbol Type_Real | |
| 5591 | | "$rat" => TypeSymbol Type_Rat | |
| 5592 | | "$tType" => TypeSymbol Type_Type | |
| 5593 | ||
| 5594 | | "$true" => Interpreted_Logic True | |
| 5595 | | "$false" => Interpreted_Logic False | |
| 5596 | ||
| 5597 | | "$less" => Interpreted_ExtraLogic Less | |
| 5598 | | "$lesseq" => Interpreted_ExtraLogic LessEq | |
| 5599 | | "$greatereq" => Interpreted_ExtraLogic GreaterEq | |
| 5600 | | "$greater" => Interpreted_ExtraLogic Greater | |
| 5601 | | "$evaleq" => Interpreted_ExtraLogic EvalEq | |
| 5602 | ||
| 5603 | | "$is_int" => Interpreted_ExtraLogic Is_Int | |
| 5604 | | "$is_rat" => Interpreted_ExtraLogic Is_Rat | |
| 5605 | ||
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5606 | | "$distinct" => Interpreted_ExtraLogic Distinct | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5607 | |
| 46844 | 5608 |   | thing => raise UNRECOGNISED_SYMBOL ("defined_functor", thing)
 | 
| 5609 | ) | |
| 5610 | ) | |
| 47358 | 5611 | in ( LrTable.NT 21, ( result, atomic_defined_word1left, | 
| 5612 | atomic_defined_word1right), rest671) | |
| 46844 | 5613 | end | 
| 53394 | 5614 | | ( 242, ( ( _, ( MlyValue.system_constant system_constant, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5615 | system_constant1left, system_constant1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5616 | result = MlyValue.system_term (( (system_constant, []) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5617 | in ( LrTable.NT 24, ( result, system_constant1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5618 | system_constant1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5619 | end | 
| 53394 | 5620 | | ( 243, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.arguments | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5621 | arguments, _, _)) :: _ :: ( _, ( MlyValue.system_functor | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5622 | system_functor, system_functor1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5623 | result = MlyValue.system_term (( (system_functor, arguments) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5624 | in ( LrTable.NT 24, ( result, system_functor1left, RPAREN1right), | 
| 46844 | 5625 | rest671) | 
| 5626 | end | |
| 53394 | 5627 | | ( 244, ( ( _, ( MlyValue.system_functor system_functor, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5628 | system_functor1left, system_functor1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5629 | result = MlyValue.system_constant (( system_functor )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5630 | in ( LrTable.NT 23, ( result, system_functor1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5631 | system_functor1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5632 | end | 
| 53394 | 5633 | | ( 245, ( ( _, ( MlyValue.atomic_system_word atomic_system_word, | 
| 47358 | 5634 | atomic_system_word1left, atomic_system_word1right)) :: rest671)) => | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5635 | let val result = MlyValue.system_functor ( | 
| 47358 | 5636 | ( System atomic_system_word )) | 
| 5637 | in ( LrTable.NT 22, ( result, atomic_system_word1left, | |
| 5638 | atomic_system_word1right), rest671) | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5639 | end | 
| 53394 | 5640 | | ( 246, ( ( _, ( MlyValue.UPPER_WORD UPPER_WORD, UPPER_WORD1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5641 | UPPER_WORD1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5642 | MlyValue.variable_ (( UPPER_WORD )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5643 | in ( LrTable.NT 10, ( result, UPPER_WORD1left, UPPER_WORD1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5644 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5645 | end | 
| 53394 | 5646 | | ( 247, ( ( _, ( MlyValue.term term, term1left, term1right)) :: | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5647 | rest671)) => let val result = MlyValue.arguments (( [term] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5648 | in ( LrTable.NT 20, ( result, term1left, term1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5649 | end | 
| 53394 | 5650 | | ( 248, ( ( _, ( MlyValue.arguments arguments, _, arguments1right)) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5651 | :: _ :: ( _, ( MlyValue.term term, term1left, _)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5652 | val result = MlyValue.arguments (( term :: arguments )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5653 | in ( LrTable.NT 20, ( result, term1left, arguments1right), rest671) | 
| 46844 | 5654 | |
| 5655 | end | |
| 53394 | 5656 | | ( 249, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.term term2, | 
| 46844 | 5657 | _, _)) :: _ :: ( _, ( MlyValue.term term1, _, _)) :: _ :: ( _, ( | 
| 5658 | MlyValue.tff_logic_formula tff_logic_formula, _, _)) :: _ :: ( _, ( _, | |
| 5659 | ITE_T1left, _)) :: rest671)) => let val result = | |
| 5660 | MlyValue.conditional_term ( | |
| 5661 | ( | |
| 5662 | Term_Conditional (tff_logic_formula, term1, term2) | |
| 5663 | )) | |
| 5664 | in ( LrTable.NT 33, ( result, ITE_T1left, RPAREN1right), rest671) | |
| 5665 | end | |
| 53394 | 5666 | | ( 250, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.term term, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5667 | _, _)) :: _ :: ( _, ( MlyValue.tff_let_formula_defn | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5668 | tff_let_formula_defn, _, _)) :: _ :: ( _, ( _, LET_FT1left, _)) :: | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5669 | rest671)) => let val result = MlyValue.let_term ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5670 | (Term_Let (tff_let_formula_defn, term) )) | 
| 53394 | 5671 | in ( LrTable.NT 146, ( result, LET_FT1left, RPAREN1right), rest671) | 
| 46844 | 5672 | |
| 5673 | end | |
| 53394 | 5674 | | ( 251, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.term term, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5675 | _, _)) :: _ :: ( _, ( MlyValue.tff_let_term_defn tff_let_term_defn, _ | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5676 | , _)) :: _ :: ( _, ( _, LET_TT1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5677 | result = MlyValue.let_term ((Term_Let (tff_let_term_defn, term) )) | 
| 53394 | 5678 | in ( LrTable.NT 146, ( result, LET_TT1left, RPAREN1right), rest671) | 
| 46844 | 5679 | |
| 5680 | end | |
| 53394 | 5681 | | ( 252, ( ( _, ( MlyValue.useful_info useful_info, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5682 | useful_info1right)) :: ( _, ( _, COMMA1left, _)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5683 | val result = MlyValue.optional_info (( useful_info )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5684 | in ( LrTable.NT 4, ( result, COMMA1left, useful_info1right), rest671) | 
| 46844 | 5685 | |
| 5686 | end | |
| 53394 | 5687 | | ( 253, ( rest671)) => let val result = MlyValue.optional_info ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5688 | ( [] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5689 | in ( LrTable.NT 4, ( result, defaultPos, defaultPos), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5690 | end | 
| 53394 | 5691 | | ( 254, ( ( _, ( MlyValue.general_list general_list, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5692 | general_list1left, general_list1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5693 | result = MlyValue.useful_info (( general_list )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5694 | in ( LrTable.NT 16, ( result, general_list1left, general_list1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5695 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5696 | end | 
| 53394 | 5697 | | ( 255, ( ( _, ( _, _, PERIOD1right)) :: _ :: ( _, ( | 
| 46844 | 5698 | MlyValue.formula_selection formula_selection, _, _)) :: ( _, ( | 
| 47569 
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
 sultana parents: 
47360diff
changeset | 5699 | MlyValue.file_name file_name, _, _)) :: _ :: ( _, ( _, (INCLUDEleft | 
| 
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
 sultana parents: 
47360diff
changeset | 5700 | as INCLUDE1left), INCLUDEright)) :: rest671)) => let val result = | 
| 
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
 sultana parents: 
47360diff
changeset | 5701 | MlyValue.include_ ( | 
| 46844 | 5702 | ( | 
| 47569 
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
 sultana parents: 
47360diff
changeset | 5703 | Include ((this_file_name, INCLUDEleft + 1, INCLUDEright + 1), | 
| 
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
 sultana parents: 
47360diff
changeset | 5704 | file_name, formula_selection) | 
| 
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
 sultana parents: 
47360diff
changeset | 5705 | ) | 
| 
fce9d97a3258
exceptions related to interpreting tptp problems now mention the relevant position in the tptp file;
 sultana parents: 
47360diff
changeset | 5706 | ) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5707 | in ( LrTable.NT 132, ( result, INCLUDE1left, PERIOD1right), rest671) | 
| 46844 | 5708 | |
| 5709 | end | |
| 53394 | 5710 | | ( 256, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( MlyValue.name_list | 
| 46844 | 5711 | name_list, _, _)) :: _ :: ( _, ( _, COMMA1left, _)) :: rest671)) => | 
| 5712 | let val result = MlyValue.formula_selection (( name_list )) | |
| 5713 | in ( LrTable.NT 3, ( result, COMMA1left, RBRKT1right), rest671) | |
| 5714 | end | |
| 53394 | 5715 | | ( 257, ( rest671)) => let val result = MlyValue.formula_selection | 
| 46844 | 5716 | (( [] )) | 
| 5717 | in ( LrTable.NT 3, ( result, defaultPos, defaultPos), rest671) | |
| 5718 | end | |
| 53394 | 5719 | | ( 258, ( ( _, ( MlyValue.name_list name_list, _, name_list1right)) | 
| 46844 | 5720 | :: _ :: ( _, ( MlyValue.name name, name1left, _)) :: rest671)) => let | 
| 5721 | val result = MlyValue.name_list (( name :: name_list )) | |
| 5722 | in ( LrTable.NT 2, ( result, name1left, name_list1right), rest671) | |
| 5723 | ||
| 5724 | end | |
| 53394 | 5725 | | ( 259, ( ( _, ( MlyValue.name name, name1left, name1right)) :: | 
| 46844 | 5726 | rest671)) => let val result = MlyValue.name_list (( [name] )) | 
| 5727 | in ( LrTable.NT 2, ( result, name1left, name1right), rest671) | |
| 5728 | end | |
| 53394 | 5729 | | ( 260, ( ( _, ( MlyValue.general_data general_data, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5730 | general_data1left, general_data1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5731 | result = MlyValue.general_term (( General_Data general_data )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5732 | in ( LrTable.NT 7, ( result, general_data1left, general_data1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5733 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5734 | end | 
| 53394 | 5735 | | ( 261, ( ( _, ( MlyValue.general_term general_term, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5736 | general_term1right)) :: _ :: ( _, ( MlyValue.general_data general_data | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5737 | , general_data1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5738 | MlyValue.general_term (( General_Term (general_data, general_term) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5739 | in ( LrTable.NT 7, ( result, general_data1left, general_term1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5740 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5741 | end | 
| 53394 | 5742 | | ( 262, ( ( _, ( MlyValue.general_list general_list, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5743 | general_list1left, general_list1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5744 | result = MlyValue.general_term (( General_List general_list )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5745 | in ( LrTable.NT 7, ( result, general_list1left, general_list1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5746 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5747 | end | 
| 53394 | 5748 | | ( 263, ( ( _, ( MlyValue.atomic_word atomic_word, atomic_word1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5749 | atomic_word1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5750 | MlyValue.general_data (( Atomic_Word atomic_word )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5751 | in ( LrTable.NT 9, ( result, atomic_word1left, atomic_word1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5752 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5753 | end | 
| 53394 | 5754 | | ( 264, ( ( _, ( MlyValue.general_function general_function, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5755 | general_function1left, general_function1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5756 | val result = MlyValue.general_data (( general_function )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5757 | in ( LrTable.NT 9, ( result, general_function1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5758 | general_function1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5759 | end | 
| 53394 | 5760 | | ( 265, ( ( _, ( MlyValue.variable_ variable_, variable_1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5761 | variable_1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5762 | MlyValue.general_data (( V variable_ )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5763 | in ( LrTable.NT 9, ( result, variable_1left, variable_1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5764 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5765 | end | 
| 53394 | 5766 | | ( 266, ( ( _, ( MlyValue.number number, number1left, number1right)) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5767 | :: rest671)) => let val result = MlyValue.general_data ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5768 | ( Number number )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5769 | in ( LrTable.NT 9, ( result, number1left, number1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5770 | end | 
| 53394 | 5771 | | ( 267, ( ( _, ( MlyValue.DISTINCT_OBJECT DISTINCT_OBJECT, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5772 | DISTINCT_OBJECT1left, DISTINCT_OBJECT1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5773 | result = MlyValue.general_data (( Distinct_Object DISTINCT_OBJECT )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5774 | in ( LrTable.NT 9, ( result, DISTINCT_OBJECT1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5775 | DISTINCT_OBJECT1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5776 | end | 
| 53394 | 5777 | | ( 268, ( ( _, ( MlyValue.formula_data formula_data, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5778 | formula_data1left, formula_data1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5779 | result = MlyValue.general_data (( formula_data )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5780 | in ( LrTable.NT 9, ( result, formula_data1left, formula_data1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5781 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5782 | end | 
| 53394 | 5783 | | ( 269, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5784 | MlyValue.general_terms general_terms, _, _)) :: _ :: ( _, ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5785 | MlyValue.atomic_word atomic_word, atomic_word1left, _)) :: rest671)) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5786 | => let val result = MlyValue.general_function ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5787 | ( Application (atomic_word, general_terms) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5788 | in ( LrTable.NT 15, ( result, atomic_word1left, RPAREN1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5789 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5790 | end | 
| 53394 | 5791 | | ( 270, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.thf_formula | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5792 | thf_formula, _, _)) :: _ :: ( _, ( _, DTHF1left, _)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5793 | let val result = MlyValue.formula_data ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5794 | ( Formula_Data (THF, thf_formula) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5795 | in ( LrTable.NT 12, ( result, DTHF1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5796 | end | 
| 53394 | 5797 | | ( 271, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.tff_formula | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5798 | tff_formula, _, _)) :: _ :: ( _, ( _, DTFF1left, _)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5799 | let val result = MlyValue.formula_data ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5800 | ( Formula_Data (TFF, tff_formula) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5801 | in ( LrTable.NT 12, ( result, DTFF1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5802 | end | 
| 53394 | 5803 | | ( 272, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.fof_formula | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5804 | fof_formula, _, _)) :: _ :: ( _, ( _, DFOF1left, _)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5805 | let val result = MlyValue.formula_data ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5806 | ( Formula_Data (FOF, fof_formula) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5807 | in ( LrTable.NT 12, ( result, DFOF1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5808 | end | 
| 53394 | 5809 | | ( 273, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.cnf_formula | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5810 | cnf_formula, _, _)) :: _ :: ( _, ( _, DCNF1left, _)) :: rest671)) => | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5811 | let val result = MlyValue.formula_data ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5812 | ( Formula_Data (CNF, cnf_formula) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5813 | in ( LrTable.NT 12, ( result, DCNF1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5814 | end | 
| 53394 | 5815 | | ( 274, ( ( _, ( _, _, RPAREN1right)) :: ( _, ( MlyValue.term term, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5816 | _, _)) :: _ :: ( _, ( _, DFOT1left, _)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5817 | result = MlyValue.formula_data (( Term_Data term )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5818 | in ( LrTable.NT 12, ( result, DFOT1left, RPAREN1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5819 | end | 
| 53394 | 5820 | | ( 275, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5821 | MlyValue.general_terms general_terms, _, _)) :: ( _, ( _, LBRKT1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5822 | _)) :: rest671)) => let val result = MlyValue.general_list ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5823 | ( general_terms )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5824 | in ( LrTable.NT 5, ( result, LBRKT1left, RBRKT1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5825 | end | 
| 53394 | 5826 | | ( 276, ( ( _, ( _, _, RBRKT1right)) :: ( _, ( _, LBRKT1left, _)) :: | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5827 | rest671)) => let val result = MlyValue.general_list (( [] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5828 | in ( LrTable.NT 5, ( result, LBRKT1left, RBRKT1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5829 | end | 
| 53394 | 5830 | | ( 277, ( ( _, ( MlyValue.general_terms general_terms, _, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5831 | general_terms1right)) :: _ :: ( _, ( MlyValue.general_term | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5832 | general_term, general_term1left, _)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5833 | MlyValue.general_terms (( general_term :: general_terms )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5834 | in ( LrTable.NT 6, ( result, general_term1left, general_terms1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5835 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5836 | end | 
| 53394 | 5837 | | ( 278, ( ( _, ( MlyValue.general_term general_term, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5838 | general_term1left, general_term1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5839 | result = MlyValue.general_terms (( [general_term] )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5840 | in ( LrTable.NT 6, ( result, general_term1left, general_term1right), | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5841 | rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5842 | end | 
| 53394 | 5843 | | ( 279, ( ( _, ( MlyValue.atomic_word atomic_word, atomic_word1left, | 
| 46844 | 5844 | atomic_word1right)) :: rest671)) => let val result = MlyValue.name ( | 
| 5845 | ( atomic_word )) | |
| 5846 | in ( LrTable.NT 1, ( result, atomic_word1left, atomic_word1right), | |
| 5847 | rest671) | |
| 5848 | end | |
| 53394 | 5849 | | ( 280, ( ( _, ( MlyValue.integer integer, integer1left, | 
| 46844 | 5850 | integer1right)) :: rest671)) => let val result = MlyValue.name ( | 
| 5851 | ( integer )) | |
| 5852 | in ( LrTable.NT 1, ( result, integer1left, integer1right), rest671) | |
| 5853 | ||
| 5854 | end | |
| 53394 | 5855 | | ( 281, ( ( _, ( MlyValue.LOWER_WORD LOWER_WORD, LOWER_WORD1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5856 | LOWER_WORD1right)) :: rest671)) => let val result = | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5857 | MlyValue.atomic_word (( LOWER_WORD )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5858 | in ( LrTable.NT 8, ( result, LOWER_WORD1left, LOWER_WORD1right), | 
| 46844 | 5859 | rest671) | 
| 5860 | end | |
| 53394 | 5861 | | ( 282, ( ( _, ( MlyValue.SINGLE_QUOTED SINGLE_QUOTED, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5862 | SINGLE_QUOTED1left, SINGLE_QUOTED1right)) :: rest671)) => let val | 
| 47689 | 5863 | result = MlyValue.atomic_word (( dequote SINGLE_QUOTED )) | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5864 | in ( LrTable.NT 8, ( result, SINGLE_QUOTED1left, SINGLE_QUOTED1right) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5865 | , rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5866 | end | 
| 53394 | 5867 | | ( 283, ( ( _, ( _, THF1left, THF1right)) :: rest671)) => let val | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5868 | result = MlyValue.atomic_word (( "thf" )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5869 | in ( LrTable.NT 8, ( result, THF1left, THF1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5870 | end | 
| 53394 | 5871 | | ( 284, ( ( _, ( _, TFF1left, TFF1right)) :: rest671)) => let val | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5872 | result = MlyValue.atomic_word (( "tff" )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5873 | in ( LrTable.NT 8, ( result, TFF1left, TFF1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5874 | end | 
| 53394 | 5875 | | ( 285, ( ( _, ( _, FOF1left, FOF1right)) :: rest671)) => let val | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5876 | result = MlyValue.atomic_word (( "fof" )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5877 | in ( LrTable.NT 8, ( result, FOF1left, FOF1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5878 | end | 
| 53394 | 5879 | | ( 286, ( ( _, ( _, CNF1left, CNF1right)) :: rest671)) => let val | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5880 | result = MlyValue.atomic_word (( "cnf" )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5881 | in ( LrTable.NT 8, ( result, CNF1left, CNF1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5882 | end | 
| 53394 | 5883 | | ( 287, ( ( _, ( _, INCLUDE1left, INCLUDE1right)) :: rest671)) => | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5884 | let val result = MlyValue.atomic_word (( "include" )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5885 | in ( LrTable.NT 8, ( result, INCLUDE1left, INCLUDE1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5886 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5887 | end | 
| 53394 | 5888 | | ( 288, ( ( _, ( MlyValue.DOLLAR_WORD DOLLAR_WORD, DOLLAR_WORD1left, | 
| 47358 | 5889 | DOLLAR_WORD1right)) :: rest671)) => let val result = | 
| 5890 | MlyValue.atomic_defined_word (( DOLLAR_WORD )) | |
| 53394 | 5891 | in ( LrTable.NT 147, ( result, DOLLAR_WORD1left, DOLLAR_WORD1right), | 
| 47358 | 5892 | rest671) | 
| 5893 | end | |
| 53394 | 5894 | | ( 289, ( ( _, ( MlyValue.DOLLAR_DOLLAR_WORD DOLLAR_DOLLAR_WORD, | 
| 47358 | 5895 | DOLLAR_DOLLAR_WORD1left, DOLLAR_DOLLAR_WORD1right)) :: rest671)) => | 
| 5896 | let val result = MlyValue.atomic_system_word (( DOLLAR_DOLLAR_WORD ) | |
| 5897 | ) | |
| 53394 | 5898 | in ( LrTable.NT 148, ( result, DOLLAR_DOLLAR_WORD1left, | 
| 47358 | 5899 | DOLLAR_DOLLAR_WORD1right), rest671) | 
| 5900 | end | |
| 53394 | 5901 | | ( 290, ( ( _, ( MlyValue.UNSIGNED_INTEGER UNSIGNED_INTEGER, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5902 | UNSIGNED_INTEGER1left, UNSIGNED_INTEGER1right)) :: rest671)) => let | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5903 | val result = MlyValue.integer (( UNSIGNED_INTEGER )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5904 | in ( LrTable.NT 13, ( result, UNSIGNED_INTEGER1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5905 | UNSIGNED_INTEGER1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5906 | end | 
| 53394 | 5907 | | ( 291, ( ( _, ( MlyValue.SIGNED_INTEGER SIGNED_INTEGER, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5908 | SIGNED_INTEGER1left, SIGNED_INTEGER1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5909 | result = MlyValue.integer (( SIGNED_INTEGER )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5910 | in ( LrTable.NT 13, ( result, SIGNED_INTEGER1left, | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5911 | SIGNED_INTEGER1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5912 | end | 
| 53394 | 5913 | | ( 292, ( ( _, ( MlyValue.integer integer, integer1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5914 | integer1right)) :: rest671)) => let val result = MlyValue.number ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5915 | ( (Int_num, integer) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5916 | in ( LrTable.NT 11, ( result, integer1left, integer1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5917 | |
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5918 | end | 
| 53394 | 5919 | | ( 293, ( ( _, ( MlyValue.REAL REAL, REAL1left, REAL1right)) :: | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5920 | rest671)) => let val result = MlyValue.number (( (Real_num, REAL) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5921 | in ( LrTable.NT 11, ( result, REAL1left, REAL1right), rest671) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5922 | end | 
| 53394 | 5923 | | ( 294, ( ( _, ( MlyValue.RATIONAL RATIONAL, RATIONAL1left, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5924 | RATIONAL1right)) :: rest671)) => let val result = MlyValue.number ( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5925 | ( (Rat_num, RATIONAL) )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5926 | in ( LrTable.NT 11, ( result, RATIONAL1left, RATIONAL1right), rest671 | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5927 | ) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5928 | end | 
| 53394 | 5929 | | ( 295, ( ( _, ( MlyValue.SINGLE_QUOTED SINGLE_QUOTED, | 
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5930 | SINGLE_QUOTED1left, SINGLE_QUOTED1right)) :: rest671)) => let val | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5931 | result = MlyValue.file_name (( SINGLE_QUOTED )) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5932 | in ( LrTable.NT 17, ( result, SINGLE_QUOTED1left, SINGLE_QUOTED1right | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5933 | ), rest671) | 
| 46844 | 5934 | end | 
| 5935 | | _ => raise (mlyAction i392) | |
| 5936 | end | |
| 5937 | val void = MlyValue.VOID | |
| 5938 | val extract = fn a => (fn MlyValue.tptp x => x | |
| 5939 | | _ => let exception ParseInternal | |
| 5940 | in raise ParseInternal end) a | |
| 5941 | end | |
| 5942 | end | |
| 5943 | structure Tokens : TPTP_TOKENS = | |
| 5944 | struct | |
| 5945 | type svalue = ParserData.svalue | |
| 5946 | type ('a,'b) token = ('a,'b) Token.token
 | |
| 5947 | fun AMPERSAND (p1,p2) = Token.TOKEN (ParserData.LrTable.T 0,( | |
| 5948 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5949 | fun AT_SIGN (p1,p2) = Token.TOKEN (ParserData.LrTable.T 1,( | |
| 5950 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5951 | fun CARET (p1,p2) = Token.TOKEN (ParserData.LrTable.T 2,( | |
| 5952 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5953 | fun COLON (p1,p2) = Token.TOKEN (ParserData.LrTable.T 3,( | |
| 5954 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5955 | fun COMMA (p1,p2) = Token.TOKEN (ParserData.LrTable.T 4,( | |
| 5956 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5957 | fun EQUALS (p1,p2) = Token.TOKEN (ParserData.LrTable.T 5,( | |
| 5958 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5959 | fun EXCLAMATION (p1,p2) = Token.TOKEN (ParserData.LrTable.T 6,( | |
| 5960 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5961 | fun LET (p1,p2) = Token.TOKEN (ParserData.LrTable.T 7,( | |
| 5962 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5963 | fun ARROW (p1,p2) = Token.TOKEN (ParserData.LrTable.T 8,( | |
| 5964 | ParserData.MlyValue.VOID,p1,p2)) | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 5965 | fun FI (p1,p2) = Token.TOKEN (ParserData.LrTable.T 9,( | 
| 46844 | 5966 | ParserData.MlyValue.VOID,p1,p2)) | 
| 5967 | fun IFF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 10,( | |
| 5968 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5969 | fun IMPLIES (p1,p2) = Token.TOKEN (ParserData.LrTable.T 11,( | |
| 5970 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5971 | fun INCLUDE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 12,( | |
| 5972 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5973 | fun LAMBDA (p1,p2) = Token.TOKEN (ParserData.LrTable.T 13,( | |
| 5974 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5975 | fun LBRKT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 14,( | |
| 5976 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5977 | fun LPAREN (p1,p2) = Token.TOKEN (ParserData.LrTable.T 15,( | |
| 5978 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5979 | fun MAP_TO (p1,p2) = Token.TOKEN (ParserData.LrTable.T 16,( | |
| 5980 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5981 | fun MMINUS (p1,p2) = Token.TOKEN (ParserData.LrTable.T 17,( | |
| 5982 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5983 | fun NAND (p1,p2) = Token.TOKEN (ParserData.LrTable.T 18,( | |
| 5984 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5985 | fun NEQUALS (p1,p2) = Token.TOKEN (ParserData.LrTable.T 19,( | |
| 5986 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5987 | fun XOR (p1,p2) = Token.TOKEN (ParserData.LrTable.T 20,( | |
| 5988 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5989 | fun NOR (p1,p2) = Token.TOKEN (ParserData.LrTable.T 21,( | |
| 5990 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5991 | fun PERIOD (p1,p2) = Token.TOKEN (ParserData.LrTable.T 22,( | |
| 5992 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5993 | fun PPLUS (p1,p2) = Token.TOKEN (ParserData.LrTable.T 23,( | |
| 5994 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5995 | fun QUESTION (p1,p2) = Token.TOKEN (ParserData.LrTable.T 24,( | |
| 5996 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5997 | fun RBRKT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 25,( | |
| 5998 | ParserData.MlyValue.VOID,p1,p2)) | |
| 5999 | fun RPAREN (p1,p2) = Token.TOKEN (ParserData.LrTable.T 26,( | |
| 6000 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6001 | fun TILDE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 27,( | |
| 6002 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6003 | fun TOK_FALSE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 28,( | |
| 6004 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6005 | fun TOK_I (p1,p2) = Token.TOKEN (ParserData.LrTable.T 29,( | |
| 6006 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6007 | fun TOK_O (p1,p2) = Token.TOKEN (ParserData.LrTable.T 30,( | |
| 6008 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6009 | fun TOK_INT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 31,( | |
| 6010 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6011 | fun TOK_REAL (p1,p2) = Token.TOKEN (ParserData.LrTable.T 32,( | |
| 6012 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6013 | fun TOK_RAT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 33,( | |
| 6014 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6015 | fun TOK_TRUE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 34,( | |
| 6016 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6017 | fun TOK_TYPE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 35,( | |
| 6018 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6019 | fun VLINE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 36,( | |
| 6020 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6021 | fun EOF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 37,( | |
| 6022 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6023 | fun DTHF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 38,( | |
| 6024 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6025 | fun DFOF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 39,( | |
| 6026 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6027 | fun DCNF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 40,( | |
| 6028 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6029 | fun DFOT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 41,( | |
| 6030 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6031 | fun DTFF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 42,( | |
| 6032 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6033 | fun REAL (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 43,( | |
| 6034 | ParserData.MlyValue.REAL i,p1,p2)) | |
| 6035 | fun RATIONAL (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 44,( | |
| 6036 | ParserData.MlyValue.RATIONAL i,p1,p2)) | |
| 6037 | fun SIGNED_INTEGER (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 45,( | |
| 6038 | ParserData.MlyValue.SIGNED_INTEGER i,p1,p2)) | |
| 6039 | fun UNSIGNED_INTEGER (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 46 | |
| 6040 | ,(ParserData.MlyValue.UNSIGNED_INTEGER i,p1,p2)) | |
| 6041 | fun DOT_DECIMAL (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 47,( | |
| 6042 | ParserData.MlyValue.DOT_DECIMAL i,p1,p2)) | |
| 6043 | fun SINGLE_QUOTED (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 48,( | |
| 6044 | ParserData.MlyValue.SINGLE_QUOTED i,p1,p2)) | |
| 6045 | fun UPPER_WORD (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 49,( | |
| 6046 | ParserData.MlyValue.UPPER_WORD i,p1,p2)) | |
| 6047 | fun LOWER_WORD (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 50,( | |
| 6048 | ParserData.MlyValue.LOWER_WORD i,p1,p2)) | |
| 6049 | fun COMMENT (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 51,( | |
| 6050 | ParserData.MlyValue.COMMENT i,p1,p2)) | |
| 6051 | fun DISTINCT_OBJECT (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 52,( | |
| 6052 | ParserData.MlyValue.DISTINCT_OBJECT i,p1,p2)) | |
| 6053 | fun DUD (p1,p2) = Token.TOKEN (ParserData.LrTable.T 53,( | |
| 6054 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6055 | fun INDEF_CHOICE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 54,( | |
| 6056 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6057 | fun DEFIN_CHOICE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 55,( | |
| 6058 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6059 | fun OPERATOR_FORALL (p1,p2) = Token.TOKEN (ParserData.LrTable.T 56,( | |
| 6060 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6061 | fun OPERATOR_EXISTS (p1,p2) = Token.TOKEN (ParserData.LrTable.T 57,( | |
| 6062 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6063 | fun PLUS (p1,p2) = Token.TOKEN (ParserData.LrTable.T 58,( | |
| 6064 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6065 | fun TIMES (p1,p2) = Token.TOKEN (ParserData.LrTable.T 59,( | |
| 6066 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6067 | fun GENTZEN_ARROW (p1,p2) = Token.TOKEN (ParserData.LrTable.T 60,( | |
| 6068 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6069 | fun DEP_SUM (p1,p2) = Token.TOKEN (ParserData.LrTable.T 61,( | |
| 6070 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6071 | fun DEP_PROD (p1,p2) = Token.TOKEN (ParserData.LrTable.T 62,( | |
| 6072 | ParserData.MlyValue.VOID,p1,p2)) | |
| 47358 | 6073 | fun DOLLAR_WORD (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T 63,( | 
| 6074 | ParserData.MlyValue.DOLLAR_WORD i,p1,p2)) | |
| 6075 | fun DOLLAR_DOLLAR_WORD (i,p1,p2) = Token.TOKEN (ParserData.LrTable.T | |
| 6076 | 64,(ParserData.MlyValue.DOLLAR_DOLLAR_WORD i,p1,p2)) | |
| 46844 | 6077 | fun SUBTYPE (p1,p2) = Token.TOKEN (ParserData.LrTable.T 65,( | 
| 6078 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6079 | fun LET_TERM (p1,p2) = Token.TOKEN (ParserData.LrTable.T 66,( | |
| 6080 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6081 | fun THF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 67,( | |
| 6082 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6083 | fun TFF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 68,( | |
| 6084 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6085 | fun FOF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 69,( | |
| 6086 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6087 | fun CNF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 70,( | |
| 6088 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6089 | fun ITE_F (p1,p2) = Token.TOKEN (ParserData.LrTable.T 71,( | |
| 6090 | ParserData.MlyValue.VOID,p1,p2)) | |
| 6091 | fun ITE_T (p1,p2) = Token.TOKEN (ParserData.LrTable.T 72,( | |
| 6092 | ParserData.MlyValue.VOID,p1,p2)) | |
| 47357 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 6093 | fun LET_TF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 73,( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 6094 | ParserData.MlyValue.VOID,p1,p2)) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 6095 | fun LET_FF (p1,p2) = Token.TOKEN (ParserData.LrTable.T 74,( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 6096 | ParserData.MlyValue.VOID,p1,p2)) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 6097 | fun LET_FT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 75,( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 6098 | ParserData.MlyValue.VOID,p1,p2)) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 6099 | fun LET_TT (p1,p2) = Token.TOKEN (ParserData.LrTable.T 76,( | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 6100 | ParserData.MlyValue.VOID,p1,p2)) | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 6101 | end | 
| 
15e579392a68
refactored tptp yacc to bring close to official spec;
 sultana parents: 
47316diff
changeset | 6102 | end |