diff options
Diffstat (limited to 'theories/NArith/BinPos.v')
| -rw-r--r-- | theories/NArith/BinPos.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/NArith/BinPos.v b/theories/NArith/BinPos.v index 8e709a4895..189e1d15e4 100644 --- a/theories/NArith/BinPos.v +++ b/theories/NArith/BinPos.v @@ -12,6 +12,7 @@ (** Binary positive numbers *) (** Original development by Pierre Crégut, CNET, Lannion, France *) +Unset Boxed Definitions. Inductive positive : Set := | xI : positive -> positive |
