aboutsummaryrefslogtreecommitdiff
path: root/src/Arithmetic.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2019-02-11 16:34:03 -0800
committerGravatar Jason Gross <jasongross9@gmail.com>2019-02-11 22:22:46 -0800
commitb06d11d9e12cae00475e8f9a5f69d42cf34ae729 (patch)
tree6f13a3f3c6ccaef28fe6884a677719abe3577ca2 /src/Arithmetic.v
parent974bb6d7ac3a7f007dd3b8655693f38a54154c2a (diff)
Add Option.{lift,map,combine}, List.Option.lift
These will be useful for extending the AST with `option` types.
Diffstat (limited to 'src/Arithmetic.v')
-rw-r--r--src/Arithmetic.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Arithmetic.v b/src/Arithmetic.v
index dc4c5031b..5f4b6de50 100644
--- a/src/Arithmetic.v
+++ b/src/Arithmetic.v
@@ -54,7 +54,7 @@ Require Import Crypto.Util.Prod.
Require Import Crypto.Util.CPSNotations.
Require Import Crypto.Util.Equality.
Require Import Crypto.Util.Tactics.SetEvars.
-Import ListNotations. Local Open Scope Z_scope.
+Import Coq.Lists.List ListNotations. Local Open Scope Z_scope.
Module Associational.
Definition eval (p:list (Z*Z)) : Z :=