src/HOL/Library/Library.thy
author haftmann
Tue, 25 Jul 2006 16:51:26 +0200
changeset 20192 956cd30ef3be
parent 19605 67e6b4759b37
child 20400 0ad2f3bbd4f0
permissions -rw-r--r--
renamed Name.give_names to Name.names and moved Name.alphanum to Symbol.alphanum

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