diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-10-21 06:47:58 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-10-21 06:47:58 +0000 |
commit | 843bbc240d6ece54efc4f6f13035ef0ffac8f886 (patch) | |
tree | 29561af32a8dac68e69862f66ed2ce894b5d5744 /plugins/micromega | |
parent | d21e89ab7b8d28954ac2c314dea9455684786db8 (diff) |
Still some more Cpow in Type rather than Set (cf. r13542)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13568 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/micromega')
-rw-r--r-- | plugins/micromega/EnvRing.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/micromega/EnvRing.v b/plugins/micromega/EnvRing.v index ecffce837..f72933f99 100644 --- a/plugins/micromega/EnvRing.v +++ b/plugins/micromega/EnvRing.v @@ -43,7 +43,7 @@ Section MakeRingPol. cO cI cadd cmul csub copp ceqb phi. (* Power coefficients *) - Variable Cpow : Set. + Variable Cpow : Type. Variable Cp_phi : N -> Cpow. Variable rpow : R -> Cpow -> R. Variable pow_th : power_theory rI rmul req Cp_phi rpow. |