landscape/desk/mar/treaties.hoon

21 lines
334 B
Plaintext
Raw Normal View History

2022-08-02 18:43:52 +03:00
/+ treaty
|_ treaties=(list treaty:treaty)
++ grow
|%
++ noun treaties
++ json
2022-08-02 18:43:52 +03:00
^- ^json
%- pairs:enjs:format
%+ turn treaties
|= t=treaty:treaty
:- (crip "{(scow %p ship.t)}/{(trip desk.t)}")
(treaty:enjs:treaty t)
--
++ grab
|%
++ noun (list treaty:treaty)
--
++ grad %noun
--