diff --git a/README.md b/README.md index 6012e87..9477b38 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,8 @@ Individual example sources - 2. A simple counter widget. [Source](https://github.com/ajnsit/purescript-concur/blob/master/src/Test/Counter.purs). 3. Using AJAX and handling JSON responses. [Source](https://github.com/ajnsit/purescript-concur/blob/master/src/Test/Ajax.purs). 4. A small widget to visualise CSS color codes. [Source](https://github.com/ajnsit/purescript-concur/blob/master/src/Test/Color.purs). - -Disabled demos - - -1. Tail Recursion demo. [Source](https://github.com/ajnsit/purescript-concur/blob/master/src/Test/TailRec.purs). Currently disabled due to a bug. Showed how Widgets written using tail recursion are stack safe, even though Purescript is strict. +5. Asynchronous timers which can be cancelled. [Source](https://github.com/ajnsit/purescript-concur/blob/master/src/Test/Timers.purs). +6. Performance test - A huge list of parallel buttons. This currently performs terribly. [Source](https://github.com/ajnsit/purescript-concur/blob/master/src/Test/SlowButtonList.purs). ## Building the example from source diff --git a/docs/index.html b/docs/index.html index adee6cc..66d7077 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,8 +13,10 @@