mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[haskell/en] Fixes issue #510
This commit is contained in:
parent
0d0375c73c
commit
718693ef48
@ -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