src/HOL/Library/Library.thy
author wenzelm
Mon, 16 Jan 2006 21:55:15 +0100
changeset 18698 a95c2adc8900
parent 18397 2d94eb7ff17f
child 19106 6e6b5b1fdc06
permissions -rw-r--r--
put_facts: do not pretend local thms were named;

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