view demo/metaform.urs @ 627:f4f2b09a533a

demo/sum working with manual folders
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Feb 2009 17:39:55 -0500
parents ad7e854a518c
children 6c4643880df5
line wrap: on
line source
functor Make (M : sig
                  con fs :: {Unit}
                  val names : $(mapUT string fs)
              end) : sig
    val main : unit -> transaction page
end