obsolete (cf. ATP_Linkup.thy);
authorwenzelm
Wed, 20 Jun 2007 23:19:17 +0200
changeset 23446 1794387c79a2
parent 23445 6908c13215d1
child 23447 1f16190e3836
obsolete (cf. ATP_Linkup.thy);
src/HOL/Metis.thy
--- a/src/HOL/Metis.thy	Wed Jun 20 23:19:17 2007 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-(*  Title:      HOL/Metis.thy
-    ID:         $Id$
-*)
-
-header {* The Metis prover (version 2.0 from 2007) *}
-
-theory Metis
-imports Main
-uses
-  "~~/src/Tools/Metis/metis.ML"
-  "Tools/metis_tools.ML"
-begin
-
-setup MetisTools.setup
-
-end