diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-11-04 09:33:35 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-11-04 09:33:35 -0500 |
commit | eaa8aa9f310d95a31747ea4c81ee1013c1734a7d (patch) | |
tree | e40f2a8767966c59e146479de02ec297958fc3c3 /demo/prose | |
parent | eb3c0058fd7e3b763d20fa25104493fe9dfb2d18 (diff) |
Nested demo
Diffstat (limited to 'demo/prose')
-rw-r--r-- | demo/prose | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ form.urp <p>Here we see a basic form. The type system tracks which form inputs we include, and it enforces that the form handler function expects a record containing exactly those fields, with exactly the proper types.</p> +nested.urp + +<p>Here is an implementation of the tiny challenge problem from <a href="http://www.accursoft.co.uk/web/">this web framework comparison</a>. Using nested function definitions, it is easy to persist state across clicks.</p> + listShop.urp <p>This example shows off algebraic datatypes, parametric polymorphism, and functors.</p> |