From b06d11d9e12cae00475e8f9a5f69d42cf34ae729 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 11 Feb 2019 16:34:03 -0800 Subject: Add Option.{lift,map,combine}, List.Option.lift These will be useful for extending the AST with `option` types. --- src/UnderLetsProofs.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/UnderLetsProofs.v') diff --git a/src/UnderLetsProofs.v b/src/UnderLetsProofs.v index 787fdb7c4..884b6687a 100644 --- a/src/UnderLetsProofs.v +++ b/src/UnderLetsProofs.v @@ -12,7 +12,7 @@ Require Import Crypto.Util.Tactics.BreakMatch. Require Import Crypto.Util.Tactics.DestructHead. Require Import Crypto.Util.Tactics.SpecializeAllWays. Require Import Crypto.Util.Tactics.SpecializeBy. -Import ListNotations. Local Open Scope list_scope. +Import Coq.Lists.List ListNotations. Local Open Scope list_scope. Import EqNotations. Module Compilers. -- cgit v1.2.3