src/HOL/ex/IntRingDefs.thy
author oheimb
Thu, 24 Sep 1998 15:36:16 +0200
changeset 5548 5cd3396802f5
parent 5491 22f8331cdf47
child 5601 b6456ccd9e3e
permissions -rw-r--r--
workaround for litte bug in our ln command

(*  Title:      HOL/Integ/IntRingDefs.thy
    ID:         $Id$
    Author:     Tobias Nipkow and Markus Wenzel
    Copyright   1996 TU Muenchen

Provides the basic defs and thms for showing that int is a commutative ring.
Most of it has been defined and shown already.
*)

IntRingDefs = Main + Ring +

instance int :: zero
defs zero_int_def "zero::int == #0"

end