algebra-2.1.1.2: Constructive abstract algebra

Safe HaskellSafe-Infered

Numeric.Rng.Class

Synopsis

Documentation

class (Group r, Semiring r) => Rng r Source

A Ring without an identity.

Instances

(Group r, Semiring r) => Rng r 
(Group r, Abelian r) => Rng (ZeroRng r)