algebra-4.3.1: Constructive abstract algebra

Safe HaskellSafe
LanguageHaskell98

Numeric.Decidable.Nilpotent

Synopsis

Documentation

class (Monoidal r, Multiplicative r) => DecidableNilpotent r where #

An element x is nilpotent if there exists n s.t. pow1p x n is zero.

Minimal complete definition

isNilpotent

Methods

isNilpotent :: r -> Bool #