Skip to content

Commit

Permalink
Update introduce page
Browse files Browse the repository at this point in the history
  • Loading branch information
snowmantw committed Mar 21, 2013
1 parent 87b617a commit a7d5af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
The second `()` is like runner functions in Haskell.
For instance, the `runST:: (forall s. ST s a) -> a` can "execute" a ST Monad.

If the anonymous functions annoy you, we also provide `id` function.
If the anonymous functions annoys you, we also provide `id` function.
Using it to directly put a chain in another chain can avoid the annoying anonymous function syntax:

// Notice the anonymous generator function get disappeared.
Expand Down

0 comments on commit a7d5af0

Please sign in to comment.