log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/subfunctor.urs @ 2196:100352dbae36
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Fix tricky case of functor signature subsumption
author
Adam Chlipala <adam@chlipala.net>
date
Fri, 27 Nov 2015 15:28:12 -0500
parents
children
comparison
equal
deleted
inserted
replaced
2195:18e6fb487880
2196:100352dbae36
1
functor F(M : sig con fs :: {Type} end) : sig
2
functor G(M : sig val x : $(map sql_injectable_prim M.fs) end) : sig end
3
end