algebra-3.0.1: Constructive abstract algebra

Safe HaskellNone

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 (ZeroRng r), Semiring (ZeroRng r), Group r, Abelian r) => Rng (ZeroRng r)