module Augmentation:sig..end
Augmentations for presented algebras.
typet =Algebra.Presentation.A.t -> K.t
An augmentation.
exception Invalid
Invalid augmentation.
val make : t ->
(Algebra.Presentation.M.t -> K.t) -> tConstruct an augmentation by defining it on generators.
val graded : t -> tTraditional augmentation for graded algebras.
val monoid : t -> tTraditional augmentation for monoids / groups.