src/HOL/Library/Library.thy
author wenzelm
Sun, 04 Feb 2001 19:43:15 +0100
changeset 11055 b84dd2c25a1c
parent 10984 8f49dcbec859
child 11349 fcb507c945c3
permissions -rw-r--r--
added Permutation;

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