Mercurial > urweb
diff demo/prose @ 455:d4a81273d4b1
Nested demo
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 04 Nov 2008 09:33:35 -0500 |
parents | 0ce90d4d9ae7 |
children | ddd363e856ff |
line wrap: on
line diff
--- a/demo/prose Sat Nov 01 21:24:43 2008 -0400 +++ b/demo/prose Tue Nov 04 09:33:35 2008 -0500 @@ -54,6 +54,10 @@ <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>