src/HOL/MetisExamples/ROOT.ML
author wenzelm
Wed, 07 May 2008 12:38:55 +0200
changeset 26840 ec46381f149d
parent 25709 43a1f08c5a29
permissions -rw-r--r--
added logic-specific sessions;
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