summaryrefslogtreecommitdiff
path: root/demo/metaform.urs
blob: 7a3fa62e61eff0b2d2e2c8deda0f7755f498cd7a (plain)
1
2
3
4
5
6
functor Make (M : sig
                  con fs :: {Unit}
                  val names : $(mapUT string fs)
              end) : sig
    val main : unit -> transaction page
end