src/HOL/Algebra/abstract/PID.thy
author oheimb
Fri, 28 Jan 2000 11:22:02 +0100
changeset 8148 5ef0b624aadb
parent 7998 3d0c34795831
child 17479 68a7acb5f22e
permissions -rw-r--r--
beautified spacing for binders with symbols syntax, analogous to HOL.thy

(*
    Principle ideal domains
    $Id$
    Author: Clemens Ballarin, started 5 October 1999
*)

PID = Ideal +

instance
  pid < factorial	(TrueI, pid_irred_imp_prime)

end