base-3.0.0.0: Basic librariesContentsIndex
Data.String
Portabilityportable
Stabilityexperimental
Maintainerlibraries@haskell.org
Description
Things related to the String type.
Synopsis
class IsString a where
fromString :: String -> a
Documentation
class IsString a where
Class for string-like datastructures; used by the overloaded string extension (-foverloaded-strings in GHC).
Methods
fromString :: String -> a
show/hide Instances
Produced by Haddock version 0.8