urbit/pkg/base-dev/sur/sss.hoon

44 lines
774 B
Plaintext
Raw Normal View History

2023-02-01 19:05:18 +03:00
|%
++ lake
|$ [rock wave]
$_ ^?
|%
++ name *term
+$ rock ^rock
+$ wave ^wave
++ wash |~ [rock wave] *rock
--
+$ aeon @ud
+$ dude dude:agent:gall
+$ what ?(%rock %wave)
++ poke
|%
++ request
|* paths=mold
$: path=paths
2023-02-15 17:54:06 +03:00
=dude
when=(unit aeon)
==
2023-02-01 19:05:18 +03:00
++ response
|* [=(lake) paths=mold]
$: path=paths
2023-02-01 23:52:30 +03:00
=dude
=aeon
2023-03-27 20:21:19 +03:00
$% [type=?(%nigh %yore %tomb) ~]
2023-02-15 17:54:06 +03:00
$: type=%scry
$% [what=%rock =rock:lake]
[what=%wave =wave:lake]
== == == ==
2023-02-01 19:05:18 +03:00
++ on-rock
|* [=(lake) paths=mold]
2023-03-27 20:21:19 +03:00
$: path=paths
src=ship
from=dude
stale=?
fail=?
=rock:lake
wave=(unit wave:lake)
==
2023-02-01 19:05:18 +03:00
--
--