base-4.2.0.1: Basic librariesSource codeContentsIndex
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 whereSource
Class for string-like datastructures; used by the overloaded string extension (-foverloaded-strings in GHC).
Methods
fromString :: String -> aSource
show/hide Instances
Produced by Haddock version 2.6.1