diff options
Diffstat (limited to 'theories/Numbers/Cyclic/DoubleCyclic/DoubleSqrt.v')
| -rw-r--r-- | theories/Numbers/Cyclic/DoubleCyclic/DoubleSqrt.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Numbers/Cyclic/DoubleCyclic/DoubleSqrt.v b/theories/Numbers/Cyclic/DoubleCyclic/DoubleSqrt.v index 01dd3055f6..00c7aeec65 100644 --- a/theories/Numbers/Cyclic/DoubleCyclic/DoubleSqrt.v +++ b/theories/Numbers/Cyclic/DoubleCyclic/DoubleSqrt.v @@ -20,7 +20,7 @@ Require Import DoubleBase. Open Local Scope Z_scope. Section DoubleSqrt. - Variable w : Set. + Variable w : Type. Variable w_is_even : w -> bool. Variable w_compare : w -> w -> comparison. Variable w_0 : w. |
