src/HOL/TPTP/ROOT.ML
author blanchet
Mon, 21 May 2012 10:39:31 +0200
changeset 47944 e6b51fab96f7
parent 47792 804fdf0f6006
child 48234 06216c789ac9
permissions -rw-r--r--
added helper -- cf. SET616^5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43804
eb9be23db2b7 cleanly separate TPTP related files from other examples
blanchet
parents:
diff changeset
     1
(*  Title:      HOL/TPTP/ROOT.ML
eb9be23db2b7 cleanly separate TPTP related files from other examples
blanchet
parents:
diff changeset
     2
    Author:     Jasmin Blanchette, TU Muenchen
eb9be23db2b7 cleanly separate TPTP related files from other examples
blanchet
parents:
diff changeset
     3
    Author:     Nik Sultana, University of Cambridge
eb9be23db2b7 cleanly separate TPTP related files from other examples
blanchet
parents:
diff changeset
     4
    Copyright   2011
eb9be23db2b7 cleanly separate TPTP related files from other examples
blanchet
parents:
diff changeset
     5
eb9be23db2b7 cleanly separate TPTP related files from other examples
blanchet
parents:
diff changeset
     6
TPTP-related extensions.
eb9be23db2b7 cleanly separate TPTP related files from other examples
blanchet
parents:
diff changeset
     7
*)
eb9be23db2b7 cleanly separate TPTP related files from other examples
blanchet
parents:
diff changeset
     8
eb9be23db2b7 cleanly separate TPTP related files from other examples
blanchet
parents:
diff changeset
     9
use_thys [
46844
5d9aab0c609c added tptp parser;
sultana
parents: 46324
diff changeset
    10
  "ATP_Theory_Export",
47792
804fdf0f6006 get rid of old CASC setup and move the arithmetic part to a new theory
blanchet
parents: 47526
diff changeset
    11
  "TPTP_Interpret",
804fdf0f6006 get rid of old CASC setup and move the arithmetic part to a new theory
blanchet
parents: 47526
diff changeset
    12
  "THF_Arith"
43804
eb9be23db2b7 cleanly separate TPTP related files from other examples
blanchet
parents:
diff changeset
    13
];
eb9be23db2b7 cleanly separate TPTP related files from other examples
blanchet
parents:
diff changeset
    14
eb9be23db2b7 cleanly separate TPTP related files from other examples
blanchet
parents:
diff changeset
    15
Unsynchronized.setmp Proofterm.proofs (!Proofterm.proofs)
47792
804fdf0f6006 get rid of old CASC setup and move the arithmetic part to a new theory
blanchet
parents: 47526
diff changeset
    16
  use_thy "ATP_Problem_Import";