src/HOL/Library/Library.thy
author wenzelm
Tue, 05 Jun 2007 16:26:07 +0200
changeset 23254 99644a53f16d
parent 23192 ec73b9707d48
child 23854 688a8a7bcd4e
permissions -rw-r--r--
tuned proofs;

(* $Id$ *)
(*<*)
theory Library
imports
  AssocList
  BigO
  Binomial
  Char_ord
  Coinductive_List
  Commutative_Ring
  Continuity
  EfficientNat
  Eval
  ExecutableRat
  Executable_Real
  ExecutableSet
  FuncSet
  GCD
  Infinite_Set
  MLString
  Multiset
  NatPair
  Nat_Infinity
  Nested_Environment
  OptionalSugar
  Parity
  Permutation
  Pretty_Char_chr
  Pretty_Int
  Primes
  Quotient
  Ramsey
  State_Monad
  Size_Change_Termination
  While_Combinator
  Word
  Zorn
begin
end
(*>*)