Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
sizedText :: Int -> Gen String Source
Generates a text consisting of a number of paragraphs separated by two newlines.
sizedParagraph :: Int -> Gen String Source
Generates a paragraph, consisting of a number of sentences (controlled by the size parameter), separated by spaces.
sizedSentence :: Int -> Gen String Source
Generates a sentence with length based on the size parameter, with puncuation (;,.?!).