diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-12-04 17:35:47 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-12-04 17:35:47 -0800 |
| commit | b3b8c4d731b0983d5b12c56fc245a8d7c1d631f4 (patch) | |
| tree | 21c1bf182440b26edb621e76cf8e730d7dc6849e /lib/collections.nom | |
| parent | 8c0816995afaaf34cbfe903e6da68d8b6d8e8c39 (diff) | |
Some stuff changed to allow escaped args and some other ports from the
two_defs branch.
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 c58d2f7..02729c5 100644 --- a/lib/collections.nom +++ b/lib/collections.nom @@ -93,7 +93,7 @@ rule [dict from entries %items] =: %dict -> (%pair -> 1) = (%pair -> 2) %dict -compile [dict %items] to: +compile [dict %items, d %items] to: if ((%items's "type") == "Thunk"): %item_codes = [] for %func_call in (%items's "value"): |
