From 9139752b499d2b56b00f45f102572e43558057b7 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 11 Nov 2019 08:17:18 -0600 Subject: [PATCH] modern: fix map-literals --- extra/modern/out/out.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/modern/out/out.factor b/extra/modern/out/out.factor index 89e283ba81..fc7633c67e 100644 --- a/extra/modern/out/out.factor +++ b/extra/modern/out/out.factor @@ -47,7 +47,7 @@ DEFER: map-literals DEFER: map-literals : map-literal ( obj quot: ( ..a obj -- ..a obj' ) -- obj ) over section? [ - [ second ] dip map-literals concat + [ second ] dip map-literals ] [ call ] if ; inline recursive