src/HOL/MetisExamples/ROOT.ML
author haftmann
Mon, 09 Mar 2009 09:34:39 +0100
changeset 30378 e0247e990702
parent 25709 43a1f08c5a29
permissions -rw-r--r--
dropped eq_pred
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