src/HOL/ROOT
changeset 64551 79e9587dbcca
parent 64431 ae53f4d901a3
child 64555 628b271c5b8b
--- a/src/HOL/ROOT	Thu Dec 08 15:11:20 2016 +0100
+++ b/src/HOL/ROOT	Mon Dec 12 11:33:14 2016 +0100
@@ -38,7 +38,6 @@
     Predicate_Compile_Quickcheck
     Prefix_Order
     Rewrite
-    Types_To_Sets
     (*conflicting type class instantiations*)
     List_lexord
     Sublist_Order
@@ -1021,6 +1020,17 @@
   theories [condition = ISABELLE_SWIPL, quick_and_dirty]
     Reg_Exp_Example
 
+session "HOL-Types_To_Sets" in Types_To_Sets = HOL +
+  description {*
+    Experimental extension of Higher-Order Logic to allow translation of types to sets.
+  *}
+  options [document = false]
+  theories
+    Types_To_Sets
+    "Examples/Prerequisites"
+    "Examples/Finite"
+    "Examples/T2_Spaces"
+
 session HOLCF (main timing) in HOLCF = HOL +
   description {*
     Author:     Franz Regensburger