diff options
| author | notin | 2007-07-25 10:06:18 +0000 |
|---|---|---|
| committer | notin | 2007-07-25 10:06:18 +0000 |
| commit | cbcf5396a5e6055dee4cb6e026ea7c468b2b0c61 (patch) | |
| tree | aa1bb8b0dfd5a0ab882af8f945dfcf56455123f6 /theories/Ints/num | |
| parent | 05715bf37d81c006a72a089b9c5ab7c343e233ad (diff) | |
Pattern matching sur BigN.N13 manquant dans les fonctions do_norm_n et
do_norm. Corrigé par analogie avec N11, N12, ...
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10048 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Ints/num')
| -rw-r--r-- | theories/Ints/num/QMake.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Ints/num/QMake.v b/theories/Ints/num/QMake.v index 51451e82db..d24a318cd5 100644 --- a/theories/Ints/num/QMake.v +++ b/theories/Ints/num/QMake.v @@ -557,6 +557,7 @@ Module Qif. | BigN.N10 _ => true | BigN.N11 _ => true | BigN.N12 _ => true + | BigN.N13 _ => true | BigN.Nn n _ => true end. @@ -759,6 +760,7 @@ Module Qbi. | BigN.N10 _ => true | BigN.N11 _ => true | BigN.N12 _ => true + | BigN.N13 _ => true | BigN.Nn n _ => true end. |
