src/HOL/Library/Library.thy
author wenzelm
Wed, 06 Dec 2000 21:52:49 +0100
changeset 10619 0cf191f57a54
parent 10618 5b96bc5fbec3
child 10943 3a610d34eb9e
permissions -rw-r--r--
activate Rational_Numbers;

(*<*)
theory Library =
  Quotient +
  Ring_and_Field +
  Rational_Numbers +
  List_Prefix +
  Accessible_Part +
  Multiset +
  While_Combinator + While_Combinator_Example:
end
(*>*)