src/HOL/Library/Library.thy
author wenzelm
Wed, 14 Sep 2005 23:55:49 +0200
changeset 17399 56a3a4affedc
parent 16966 37e34f315057
child 17516 45164074dad4
permissions -rw-r--r--
@{term [source] ...} in subsections probably more robust;

(*<*)
theory Library
imports
  Accessible_Part
  BigO
  Continuity
  EfficientNat
  FuncSet
  Multiset
  NatPair
  Nat_Infinity
  Nested_Environment
  OptionalSugar
  Permutation
  Primes
  Quotient
  While_Combinator
  Word
  Zorn
  Char_ord
begin
end
(*>*)