src/HOL/Library/Library.thy
author wenzelm
Wed, 25 Oct 2000 18:32:40 +0200
changeset 10332 b4f7f8693f8e
parent 10253 73b46b18c348
child 10481 9efb2fd5399e
permissions -rw-r--r--
added List_Prefix;

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