numhask-0.0.3: A numeric prelude

Safe HaskellNone
LanguageHaskell2010

NumHask.Algebra.Ring

Contents

Description

Rings An interesting feature of the NumHask structure is the importance of the commutative Ring (CRing), which is a class often needed higher up the class tree.

Synopsis

Ring

class (Multiplicative a, Ring a) => CRing a Source #

CRing is a Commutative Ring. It arises often due to * being defined as only multiplicative commutative.