src/HOL/Metis_Examples/ROOT.ML
author wenzelm
Sun, 11 Apr 2010 14:04:10 +0200
changeset 36104 fecb587a1d0e
parent 33027 9cf389429f6d
child 41141 ad923cdd4a5d
permissions -rw-r--r--
of_sort_derivation: weaken bypasses derivation for identical sort -- accomodate proof terms by krauss/schropp, for example;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33027
9cf389429f6d modernized session Metis_Examples;
wenzelm
parents: 25709
diff changeset
     1
(*  Title:      HOL/Metis_Examples/ROOT.ML
23449
dd874e6a3282 integration of Metis prover
paulson
parents:
diff changeset
     2
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
dd874e6a3282 integration of Metis prover
paulson
parents:
diff changeset
     3
25709
43a1f08c5a29 simultaneous use_thys;
wenzelm
parents: 23449
diff changeset
     4
Testing the metis method.
23449
dd874e6a3282 integration of Metis prover
paulson
parents:
diff changeset
     5
*)
dd874e6a3282 integration of Metis prover
paulson
parents:
diff changeset
     6
25709
43a1f08c5a29 simultaneous use_thys;
wenzelm
parents: 23449
diff changeset
     7
use_thys ["set", "BigO", "Abstraction", "BT", "Message", "Tarski", "TransClosure"];
43a1f08c5a29 simultaneous use_thys;
wenzelm
parents: 23449
diff changeset
     8