Safe Haskell | None |
---|---|
Language | Haskell2010 |
SemigroupPresentation
Description
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 Methods showsPrec :: Int -> SemigroupPresentation -> ShowS # show :: SemigroupPresentation -> String # showList :: [SemigroupPresentation] -> ShowS # | |
ShowInfo SemigroupPresentation Source # | |
Defined in ShowInfo Methods showTitle :: SemigroupPresentation -> Title Source # showInfo :: SemigroupPresentation -> String Source # showTitleAndInfo :: SemigroupPresentation -> String Source # showListTitle :: [SemigroupPresentation] -> Title Source # showListInfo :: [SemigroupPresentation] -> String Source # |
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