diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-23 00:57:31 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-23 00:57:39 -0700 |
| commit | dbf3de3d8efc0d150e1f439c4fc15fc09fea7d27 (patch) | |
| tree | 01720f6812163ffe485e5358a222ab41ee2fedf4 /core/collections.nom | |
| parent | 11800f6fc2af204f62bb9add339259f520e70ea1 (diff) | |
Added versioning system.
Diffstat (limited to 'core/collections.nom')
| -rw-r--r-- | core/collections.nom | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/core/collections.nom b/core/collections.nom index abd4a3a..0f53679 100644 --- a/core/collections.nom +++ b/core/collections.nom @@ -150,13 +150,14 @@ action [%items sorted, sorted %items] %copy <- (% for % in %items) sort %copy return %copy -action [..] +parse [..] %items sorted by %item = %key %items sorted by %item -> %key -.. - %copy <- (% for % in %items) - sort %copy by %item = %key - return %copy +..as + result of + %copy <- (% for % in %items) + sort %copy by %item = %key + return %copy action [unique %items] %unique <- [] |
