base-4.2.0.2: Basic libraries
Source code
Contents
Index
Data.String
Portability
portable
Stability
experimental
Maintainer
[email protected]
Description
Things related to the String type.
Synopsis
class
IsString
a
where
fromString
::
String
-> a
Documentation
class
IsString
a
where
Source
Class for string-like datastructures; used by the overloaded string extension (-foverloaded-strings in GHC).
Methods
fromString
::
String
-> a
Source
Instances
IsString
[
Char
]
Produced by
Haddock
version 2.6.1