group: remove unused library

This commit is contained in:
fang 2020-11-26 16:17:56 +01:00
parent eef09dd63b
commit 88e3e5dabd
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972

View File

@ -1,18 +0,0 @@
/- *group-store
|%
++ groups-to-json
|= grp=groups
^- json
=, enjs:format
%- pairs
%+ turn ~(tap by grp)
|= [pax=^path =group]
^- [@t json]
:- (spat pax)
(set-to-array group ship:enjs:format)
::
++ set-to-array
|* [a=(set) b=$-(* json)]
^- json
[%a (turn ~(tap in a) b)]
--