src/HOL/Library/Library.thy
author obua
Sun, 09 May 2004 23:04:36 +0200
changeset 14722 8e739a6eaf11
parent 14706 71590b7733b7
child 15131 c69542757a4d
permissions -rw-r--r--
replaced apply-style proof for instance Multiset :: plus_ac0 by recommended Isar proof style

(*<*)
theory Library =
  Accessible_Part +
  Continuity +
  FuncSet +
  List_Prefix +
  Multiset +
  NatPair +
  Nat_Infinity +
  Nested_Environment +
  Permutation +
  Primes +
  Quotient +
  While_Combinator +
  Word +
  Zorn:
end
(*>*)