algebra-4.3.1: Constructive abstract algebra

Safe HaskellSafe
LanguageHaskell98

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