-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hi:
[Draft]
Minor Content Updates
ghci> :t "Hello!"
"Hello!" :: String
ghci> :t ['h','e','l','l','o']
['h','e','l','l','o'] :: [Char]
-- Maybe unimportant
ghci> :t head
head :: GHC.Stack.Types.HasCallStack => [a] -> a
To Reproduce
ghci
# Program and library.
ghc program.hs
cabal build
Expected behavior
Mention String data type.
Desktop
The Glorious Glasgow Haskell Compilation System, version 9.6.7
Additional context
String data type instead of List of Char.
Metadata
Metadata
Assignees
Labels
No labels