src/HOL/Library/Library.thy
author wenzelm
Sat, 09 Jun 2001 14:18:19 +0200
changeset 11368 9c1995c73383
parent 11349 fcb507c945c3
child 14127 40a4768c8e0b
permissions -rw-r--r--
tuned Primes theory;

(*<*)
theory Library =
  Quotient +
  Ring_and_Field + Ring_and_Field_Example +
  Nat_Infinity +
  Rational_Numbers +
  List_Prefix +
  Nested_Environment +
  Accessible_Part +
  Continuity +
  Multiset +
  Permutation +
  Primes +
  While_Combinator:
end
(*>*)