diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-30 15:10:21 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-30 15:10:29 -0800 |
| commit | d7abcba34db025876ad1922a71c8cba2449b867f (patch) | |
| tree | 910519abdc76757e03d998382c01e30c43af004d /lib/collections.nom | |
| parent | 99ccd0e0a490e7cabe2cce75feebd4047a5a0d22 (diff) | |
Fix for bad indentation.
Diffstat (limited to 'lib/collections.nom')
| -rw-r--r-- | lib/collections.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/collections.nom b/lib/collections.nom index a2ee0cc..5b74d85 100644 --- a/lib/collections.nom +++ b/lib/collections.nom @@ -104,7 +104,7 @@ immediately assume ((%value's "type") is "Var") or barf ".." List comprehension has the wrong type for the value loop variable. Expected Var, but got: \(%value's "type") return {..} - expr: ".." + expr: ".." (function() local comprehension = {}; for \(%key as lua expr), \(%value as lua expr) in pairs(\(%iterable as lua expr)) do |
