From 5e081a4b2676fd456f7ff3c65b902eb61b1c7737 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Tue, 28 Feb 2017 23:18:21 +0100 Subject: grep function not guaranteed to be type-const --- compiler/standard.ey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/standard.ey b/compiler/standard.ey index e66a684..8b76e7d 100644 --- a/compiler/standard.ey +++ b/compiler/standard.ey @@ -31,7 +31,7 @@ { _ len { |or fold }' { -- 0 }' ? * }' /any deffd { _ len { |and fold }' { -- 1 }' ? * }' /all deffd -{ =*p { +{ =*?p { [ -01 { _ p { } { -- } ? * } each ] } } /engrep deffd -- cgit v1.2.3