shrub/pkg/garden/mar/treaties.hoon

21 lines
336 B
Plaintext
Raw Normal View History

2021-09-17 07:51:19 +03:00
/+ treaty
|_ treaties=(list treaty:treaty)
2021-08-23 04:48:30 +03:00
++ grow
|%
++ noun treaties
++ json
^- ^json
%- pairs:enjs:format
%+ turn treaties
2021-09-17 07:51:19 +03:00
|= t=treaty:treaty
:- (crip "{(scow %p ship.t)}/{(trip desk.t)}")
(treaty:enjs:treaty t)
2021-08-23 04:48:30 +03:00
--
++ grab
|%
2021-09-17 07:51:19 +03:00
++ noun (list treaty:treaty)
2021-08-23 04:48:30 +03:00
--
++ grad %noun
--