src/HOL/MetisExamples/ROOT.ML
author wenzelm
Fri, 15 Aug 2008 15:50:52 +0200
changeset 27885 76b51cd0a37c
parent 25709 43a1f08c5a29
permissions -rw-r--r--
renamed T.source_of' to T.source_position_of;
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