diff demo/metaform.urs @ 418:ad7e854a518c

Metaform demos, minus prose
author Adam Chlipala <adamc@hcoop.net>
date Thu, 23 Oct 2008 14:03:12 -0400
parents
children 6c4643880df5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/demo/metaform.urs	Thu Oct 23 14:03:12 2008 -0400
@@ -0,0 +1,6 @@
+functor Make (M : sig
+                  con fs :: {Unit}
+                  val names : $(mapUT string fs)
+              end) : sig
+    val main : unit -> transaction page
+end