diff options
| author | soubiran | 2008-06-25 10:00:20 +0000 |
|---|---|---|
| committer | soubiran | 2008-06-25 10:00:20 +0000 |
| commit | 2897e93732bf041a25920750f786e7ca6937ae50 (patch) | |
| tree | 36c5c9de841b2d6cf970c586e11cdf045dc10607 /kernel/mod_typing.ml | |
| parent | 462c44e6139282eaea7a91e03287ad9a132df28b (diff) | |
Les contraintes d'univers sont maintenant collectées dans le champs mod_constraints des modules.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11171 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/mod_typing.ml')
| -rw-r--r-- | kernel/mod_typing.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/mod_typing.ml b/kernel/mod_typing.ml index 83fc398e7e..907b8a8fe9 100644 --- a/kernel/mod_typing.ml +++ b/kernel/mod_typing.ml @@ -377,3 +377,4 @@ and modtype_constraints cst mtb = let struct_expr_constraints = struct_expr_constraints Univ.Constraint.empty +let module_constraints = module_constraints Univ.Constraint.empty |
