aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/modules/polymorphism.v
Commit message (Collapse)AuthorAge
* Cleaning up the implementation of module subtyping in the kernel.Gravatar Pierre-Marie Pédrot2017-07-11
We export a function in UGraph to check that a polymorphic instance is a subtype of another, instead of rolling up our own in module code. We also add a few tests for module subtyping in presence of polymorphic constants.