view demo/metaform.urs @ 427:0eb7bb4872d0

Add 'package' make target; add LICENSE
author Adam Chlipala <adamc@hcoop.net>
date Fri, 24 Oct 2008 17:39:47 -0400
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