diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-09-27 16:21:39 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-09-27 16:21:39 +0300 |
commit | 48ef6aa409c119130b1aa50fa6588db725d6e746 (patch) | |
tree | 53bfae2e5864f91a87fff5ba679d33217410edb2 /src/compiler/compiler.lm | |
parent | 17944dc0508fbeca23896c738f362c60614a0cf5 (diff) |
expr: apparently strings are streams too
rename collapsestr and collapse to just stream
Diffstat (limited to 'src/compiler/compiler.lm')
-rw-r--r-- | src/compiler/compiler.lm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |