Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Sackman committed May 10, 2011
1 parent fbf986e commit de2ea0c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,11 @@ noise.
What follows is a brief and mechanical introduction to monads. It
differs from a lot of the Haskell monad tutorials, because they tend
to view monads as a means of achieving sequencing of operations in
Haskell, which is a lazy language. Erlang is not a lazy language, but
the powerful abstractions possible from using monads are still very
worthwhile. Whilst this is a very mechanical tutorial, it should be
possible to see the more advanced abstractions possible.
Haskell, which is challenging because Haskell is a lazy
language. Erlang is not a lazy language, but the powerful abstractions
possible from using monads are still very worthwhile. Whilst this is a
very mechanical tutorial, it should be possible to see the more
advanced abstractions possible.

Let's say we have the three lines of code:

Expand Down

0 comments on commit de2ea0c

Please sign in to comment.