diff options
| -rw-r--r-- | theories/Ints/num/QbiMake.v | 7 | ||||
| -rw-r--r-- | theories/Ints/num/QifMake.v | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/theories/Ints/num/QbiMake.v b/theories/Ints/num/QbiMake.v index fdf8647079..3583c5eece 100644 --- a/theories/Ints/num/QbiMake.v +++ b/theories/Ints/num/QbiMake.v @@ -237,12 +237,7 @@ Module Qbi. | BigN.N6 _ => false | BigN.N7 _ => false | BigN.N8 _ => false - | BigN.N9 _ => true - | BigN.N10 _ => true - | BigN.N11 _ => true - | BigN.N12 _ => true - | BigN.N13 _ => true - | BigN.Nn n _ => true + | _ => true end. Definition do_norm_z z := diff --git a/theories/Ints/num/QifMake.v b/theories/Ints/num/QifMake.v index 5f461aa59b..6539ea6ab5 100644 --- a/theories/Ints/num/QifMake.v +++ b/theories/Ints/num/QifMake.v @@ -171,12 +171,7 @@ Module Qif. | BigN.N6 _ => false | BigN.N7 _ => false | BigN.N8 _ => false - | BigN.N9 _ => true - | BigN.N10 _ => true - | BigN.N11 _ => true - | BigN.N12 _ => true - | BigN.N13 _ => true - | BigN.Nn n _ => true + | _ => true end. Definition do_norm_z z := |
