src/HOL/Library/Library.thy
author skalberg
Mon, 29 Mar 2004 15:35:04 +0200
changeset 14494 48ae8d678d88
parent 14365 3d4df8c166ae
child 14706 71590b7733b7
permissions -rw-r--r--
Added bitvector library (Word) to HOL/Library and a theory using it (Adder) to HOL/ex.

(*<*)
theory Library =
  Quotient +
  Nat_Infinity +
  List_Prefix +
  Nested_Environment +
  Accessible_Part +
  Continuity +
  Multiset +
  Permutation +
  NatPair +
  Primes +
  Word +
  While_Combinator:
end
(*>*)