string package:hedgehog

Generates a string using Range to determine the length. This is a specialization of list, offered for convenience.
A String is a list of characters. String constants in Haskell are values of type String. See Data.List for operations on lists.
String
utility function converting a String to a show function that simply prepends the string unchanged.