view tests/subfunctor.ur @ 2196:100352dbae36

Fix tricky case of functor signature subsumption
author Adam Chlipala <adam@chlipala.net>
date Fri, 27 Nov 2015 15:28:12 -0500
parents
children
line wrap: on
line source
functor F(M : sig con fs :: {Type} end) = struct
    open M

    functor G(M : sig val x : $(map sql_injectable_prim fs) end) = struct
    end
end