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/AbstractInterpretationWf.v | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AbstractInterpretationWf.v') diff --git a/src/AbstractInterpretationWf.v b/src/AbstractInterpretationWf.v index a6a2d8d6b..3d9f03f79 100644 --- a/src/AbstractInterpretationWf.v +++ b/src/AbstractInterpretationWf.v @@ -23,6 +23,7 @@ Require Import Crypto.LanguageInversion. Require Import Crypto.LanguageWf. Require Import Crypto.UnderLetsProofs. Require Import Crypto.AbstractInterpretation. +Import Coq.Lists.List. Module Compilers. Import Language.Compilers. -- cgit v1.2.3