Added List_Comprehension
authornipkow
Fri, 25 May 2007 18:08:34 +0200
changeset 23100 1c84d7294d5b
parent 23099 3d35c78b446f
child 23101 1a05d89feeaf
Added List_Comprehension
src/HOL/IsaMakefile
src/HOL/Library/Library.thy
--- a/src/HOL/IsaMakefile	Fri May 25 06:06:49 2007 +0200
+++ b/src/HOL/IsaMakefile	Fri May 25 18:08:34 2007 +0200
@@ -198,7 +198,7 @@
   Library/EfficientNat.thy Library/ExecutableSet.thy Library/ExecutableRat.thy \
   Library/Executable_Real.thy \
   Library/MLString.thy Library/Infinite_Set.thy \
-  Library/FuncSet.thy Library/Library.thy \
+  Library/FuncSet.thy Library/Library.thy Library/List_Comprehension.thy \
   Library/List_Prefix.thy Library/State_Monad.thy Library/Multiset.thy Library/NatPair.thy \
   Library/Permutation.thy Library/Primes.thy Library/Quotient.thy \
   Library/Nat_Infinity.thy Library/Word.thy \
--- a/src/HOL/Library/Library.thy	Fri May 25 06:06:49 2007 +0200
+++ b/src/HOL/Library/Library.thy	Fri May 25 18:08:34 2007 +0200
@@ -17,6 +17,7 @@
   FuncSet
   GCD
   Infinite_Set
+  List_Comprehension
   MLString
   Multiset
   NatPair