Skip to content

Commit

Permalink
Merge branch 'gh-pages'
Browse files Browse the repository at this point in the history
  • Loading branch information
snowmantw committed Mar 21, 2013
2 parents 618d2f9 + a7d5af0 commit c69e4f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
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 Expand Up @@ -352,6 +352,7 @@
a = "#msg" // String
UI(a).done() // UI String

<<<<<<< HEAD
Only wrapped or locally defined values can join computations in the chain:

UI(a).$(). // Use the wrapped ID to select element: `a -> UI $DOM`
Expand Down

0 comments on commit c69e4f5

Please sign in to comment.