|
|
|
|
|
| Description |
| This module provides the Str data type, which is used by the
underlying uniplate and biplate methods. It should not
be used directly under ordinary circumstances.
|
|
| Synopsis |
|
|
|
|
| The Data Type
|
|
|
| Constructors | | Instances | | Functor Str | | Foldable Str | | Traversable Str | | Show a => Show (Str a) |
|
|
|
|
| Take the type of the method, will crash if called
|
|
|
| Convert a Str to a list, assumes the value was created
with listStr
|
|
|
| Convert a list to a Str
|
|
|
| Transform a Str to a list, and back again, in a structure
preserving way. The output and input lists must be equal in
length.
|
|
| Produced by Haddock version 2.4.2 |