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/Language.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Language.v') diff --git a/src/Language.v b/src/Language.v index 6eac36949..efcc16b63 100644 --- a/src/Language.v +++ b/src/Language.v @@ -1237,7 +1237,7 @@ Module Compilers. | @repeat ?A => let rA := base.reify A in then_tac (@ident.List_repeat rA) - | @combine ?A ?B + | @List.combine ?A ?B => let rA := base.reify A in let rB := base.reify B in then_tac (@ident.List_combine rA rB) -- cgit v1.2.3