constructive-algebra-0.1.1: A library of constructive algebra.

Algebra.Structures.IntegralDomain

Synopsis

Documentation

class CommutativeRing a => IntegralDomain a Source

Definition of integral domains.

propIntegralDomain :: (IntegralDomain a, Eq a) => a -> a -> a -> PropertySource

Specification of integral domains. Test that there are no zero-divisors and that it satisfies the axioms of commutative rings.