summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Base.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Base.hs')
-rw-r--r--libraries/base/GHC/Base.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/GHC/Base.hs b/libraries/base/GHC/Base.hs
index c365c05182..d63f5d1a86 100644
--- a/libraries/base/GHC/Base.hs
+++ b/libraries/base/GHC/Base.hs
@@ -1311,6 +1311,7 @@ otherwise = True
-- | A 'String' is a list of characters. String constants in Haskell are values
-- of type 'String'.
--
+-- See "Data.List" for operations on lists.
type String = [Char]
unsafeChr :: Int -> Char