aboutsummaryrefslogtreecommitdiff
path: root/core/collections.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/collections.nom')
-rw-r--r--core/collections.nom11
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 <- []