view demo/listFun.ur @ 387:7abb28e9d51f

Binops; equality tested on int; lame 404 substitute
author Adam Chlipala <adamc@hcoop.net>
date Tue, 21 Oct 2008 09:50:19 -0400
parents ef43ed6cd1de
children 4d519baf357c
line wrap: on
line source
functor Make(M : sig
                 type t
             end) = struct
    val x = 6
end