mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-07-30 19:40:36 +02:00
[haskell/en] Fixes issue #510
This commit is contained in:
@@ -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 ()
|
||||
|
Reference in New Issue
Block a user