aboutsummaryrefslogtreecommitdiff
path: root/theories/Program/Syntax.v
diff options
context:
space:
mode:
authorAnton Trunov2020-05-15 11:35:09 +0300
committerAnton Trunov2020-05-15 11:35:09 +0300
commit959254ccd5c895782286dfb1d2c731e143e37d00 (patch)
tree338b029fc34d3a9abb53ad011374986e9e894832 /theories/Program/Syntax.v
parenta605c48898b29a66fc623493afdb73650026c2a6 (diff)
parent7510aa6d49cbc48962ee29949b61f1bed2b27e1a (diff)
Merge PR #11992: do not re-export ListNotations from Program
Reviewed-by: Zimmi48 Reviewed-by: anton-trunov Reviewed-by: ejgallego
Diffstat (limited to 'theories/Program/Syntax.v')
-rw-r--r--theories/Program/Syntax.v3
1 files changed, 0 insertions, 3 deletions
diff --git a/theories/Program/Syntax.v b/theories/Program/Syntax.v
index 03401aea2b..7a8ddbe71e 100644
--- a/theories/Program/Syntax.v
+++ b/theories/Program/Syntax.v
@@ -30,7 +30,4 @@ Arguments snd {A B} _.
Arguments nil {A}.
Arguments cons {A} _ _.
-Require List.
-Export List.ListNotations.
-
Require Import Bvector.