src/HOL/Library/Library.thy
author nipkow
Thu, 10 May 2001 17:28:40 +0200
changeset 11295 66925f23ac7f
parent 11055 b84dd2c25a1c
child 11349 fcb507c945c3
permissions -rw-r--r--
improved tracing of permutative rules.

(*<*)
theory Library =
  Quotient +
  Ring_and_Field + Ring_and_Field_Example +
  Rational_Numbers +
  List_Prefix +
  Nested_Environment +
  Accessible_Part +
  Multiset +
  Permutation +
  While_Combinator:
end
(*>*)