Safe Haskell | None |
---|---|
Language | Haskell2010 |
Module GroupPresentation
include type of group presentation and useful
objects for working with it. This module also export other useful modules.
Documentation
data GroupPresentation Source #
Instances
Show GroupPresentation Source # | |
Defined in GroupPresentation showsPrec :: Int -> GroupPresentation -> ShowS # show :: GroupPresentation -> String # showList :: [GroupPresentation] -> ShowS # | |
ShowInfo GroupPresentation Source # | |
Defined in ShowInfo showTitle :: GroupPresentation -> Title Source # showInfo :: GroupPresentation -> String Source # showTitleAndInfo :: GroupPresentation -> String Source # showListTitle :: [GroupPresentation] -> Title Source # showListInfo :: [GroupPresentation] -> String Source # |
type GPGetter a = Getter GroupPresentation a Source #
module GroupPresentation.Relation
module Containers
module Lens