src/HOL/Library/Library.thy
author wenzelm
Wed, 06 Dec 2000 20:45:36 +0100
changeset 10616 ad39ca9477d5
parent 10481 9efb2fd5399e
child 10618 5b96bc5fbec3
permissions -rw-r--r--
Rational_Numbers;

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