summaryrefslogtreecommitdiff
path: root/demo/listFun.ur
blob: 7a3459aa352bf5aced62b235055e4bdb1c0813fe (plain)
1
2
3
4
5
functor Make(M : sig
                 type t
             end) = struct
    val x = 6
end