aboutsummaryrefslogtreecommitdiff
path: root/test-suite/modules/polymorphism.v
AgeCommit message (Collapse)Author
2017-07-11Cleaning up the implementation of module subtyping in the kernel.Pierre-Marie Pédrot
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.