Safe Haskell | None |
---|---|
Language | Haskell2010 |
Module SemigroupPresentation
include type of semigroup presentation and
useful objects for working with it. This module also export other useful
modules.
Documentation
data SemigroupPresentation Source #
Instances
Show SemigroupPresentation Source # | |
Defined in SemigroupPresentation showsPrec :: Int -> SemigroupPresentation -> ShowS # show :: SemigroupPresentation -> String # showList :: [SemigroupPresentation] -> ShowS # | |
ShowInfo SemigroupPresentation Source # | |
Defined in ShowInfo |
type SPGetter a = Getter SemigroupPresentation a Source #
type SPGetting a = Getting a SemigroupPresentation a Source #
type SPTraversal' a = Traversal' SemigroupPresentation a Source #
module Containers
module Lens