From 48ef6aa409c119130b1aa50fa6588db725d6e746 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Thu, 27 Sep 2018 16:21:39 +0300 Subject: expr: apparently strings are streams too rename collapsestr and collapse to just stream --- src/compiler/compiler.lm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/compiler.lm') diff --git a/src/compiler/compiler.lm b/src/compiler/compiler.lm index 21fc9fe..d5b16bb 100644 --- a/src/compiler/compiler.lm +++ b/src/compiler/compiler.lm @@ -151,7 +151,7 @@ context fspec f = '1' if (f != '') - lhs.length = collapser::collapsestr(f) + lhs.length = collapser::stream(f) } def type -- cgit v1.2.3