diff options
| author | coqbot-app[bot] | 2021-03-29 15:11:19 +0000 |
|---|---|---|
| committer | GitHub | 2021-03-29 15:11:19 +0000 |
| commit | c6e9b36f2abc7bf434df8e9a6fea48ba9db4efc0 (patch) | |
| tree | 9fb619b831abe383c45dd9d50067e512d4f65ac2 /theories/MSets/MSetGenTree.v | |
| parent | 642e8b769b05c7eea685a44aebd2475a928af6b1 (diff) | |
| parent | d7ccf45bbb1b73006c5804bcfc18bb3f6f7c90fd (diff) | |
Merge PR #13986: [stdlib] [List] removed deprecated/unnecessary dependencies: Le, Gt, Minus, Lt, Setoid
Reviewed-by: anton-trunov
Diffstat (limited to 'theories/MSets/MSetGenTree.v')
| -rw-r--r-- | theories/MSets/MSetGenTree.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/MSets/MSetGenTree.v b/theories/MSets/MSetGenTree.v index 37d20bffad..c1928fef8d 100644 --- a/theories/MSets/MSetGenTree.v +++ b/theories/MSets/MSetGenTree.v @@ -30,6 +30,7 @@ *) Require Import FunInd Orders OrdersFacts MSetInterface PeanoNat. +Require Arith. (* contains deprecated dependencies *) Local Open Scope list_scope. Local Open Scope lazy_bool_scope. |
