rings-0.0.1: basic algebra
Data.Ring
class (Group a, Semiring a) => Ring a where Source #
Methods
abs :: a -> a Source #
signum :: a -> a Source #