src/HOL/MetisExamples/ROOT.ML
author wenzelm
Tue, 10 Jun 2008 19:15:18 +0200
changeset 27125 0733f575b51e
parent 25709 43a1f08c5a29
permissions -rw-r--r--
tuned proofs -- case_tac *is* available here;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
23449
dd874e6a3282 integration of Metis prover
paulson
parents:
diff changeset
     1
(*  Title:      HOL/MetisExamples/ROOT.ML
dd874e6a3282 integration of Metis prover
paulson
parents:
diff changeset
     2
    ID:         $Id$
dd874e6a3282 integration of Metis prover
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
dd874e6a3282 integration of Metis prover
paulson
parents:
diff changeset
     4
25709
43a1f08c5a29 simultaneous use_thys;
wenzelm
parents: 23449
diff changeset
     5
Testing the metis method.
23449
dd874e6a3282 integration of Metis prover
paulson
parents:
diff changeset
     6
*)
dd874e6a3282 integration of Metis prover
paulson
parents:
diff changeset
     7
25709
43a1f08c5a29 simultaneous use_thys;
wenzelm
parents: 23449
diff changeset
     8
use_thys ["set", "BigO", "Abstraction", "BT", "Message", "Tarski", "TransClosure"];
43a1f08c5a29 simultaneous use_thys;
wenzelm
parents: 23449
diff changeset
     9