monoids-0.1.2: Lots of MonoidsSource codeContentsIndex
Data.Monoid.Lexical.Words
Documentation
module Data.Monoid.Reducer.Char
data Words m Source
show/hide Instances
runWords :: Words m -> [m]Source
data Lines m Source
show/hide Instances
runLines :: Lines m -> [m]Source
data Unspaced m Source
show/hide Instances
data Unlined m Source
show/hide Instances
wordsFrom :: (Generator c, Elem c ~ Char, Reducer Char m, Reducer Char n, Reducer Char o) => m -> c -> [(m, n, o)]Source
linesFrom :: (Generator c, Elem c ~ Char, Reducer Char m, Reducer Char n, Reducer Char o) => m -> c -> [(m, n, o)]Source
Produced by Haddock version 2.4.2