mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-24 06:53:08 +03:00
Merge pull request #514 from aaronraimist/patch-1
[haskell/en] Fixes issue #510
This commit is contained in:
commit
babd67b9ec
@ -303,7 +303,7 @@ Nothing -- of type `Maybe a` for any `a`
|
||||
-- While IO can't be explained fully without explaining monads,
|
||||
-- it is not hard to explain enough to get going.
|
||||
|
||||
-- When a Haskell program is executed, the function `main` is
|
||||
-- When a Haskell program is executed, `main` is
|
||||
-- called. It must return a value of type `IO ()`. For example:
|
||||
|
||||
main :: IO ()
|
||||
|
Loading…
Reference in New Issue
Block a user