Module

Data.Ring.Generic

#GenericRing

class GenericRing a  where

Members

Instances

#genericSub

genericSub :: forall a rep. Generic a rep => GenericRing rep => a -> a -> a

A Generic implementation of the sub member from the Ring type class.

Modules