src/HOL/Library/Library.thy
author webertj
Tue, 01 Aug 2006 14:58:43 +0200
changeset 20276 d94dc40673b1
parent 19605 67e6b4759b37
child 20400 0ad2f3bbd4f0
permissions -rw-r--r--
possible disagreement between proof search and proof reconstruction when eliminating inequalities over different types fixed

(*<*)
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
(*>*)