cafeteria-prelude-0.1.0.0: Prelude subsets—take only what you want!

Safe HaskellSafe-Inferred
LanguageHaskell2010

Prelude.String.Type

Synopsis

Documentation

type String = [Char]

A String is a list of characters. String constants in Haskell are values of type String.