mirror of
https://github.com/urbit/shrub.git
synced 2024-12-02 08:55:07 +03:00
Renamed talk state molds.
This commit is contained in:
parent
f3533eae4f
commit
790468e28a
@ -28,7 +28,7 @@
|
||||
::> data structures
|
||||
::
|
||||
|%
|
||||
++ chattel ::> reader state
|
||||
++ state ::> reader state
|
||||
$: :: messaging state ::
|
||||
count/@ud ::< (lent grams)
|
||||
grams/(list telegram) ::< all history
|
||||
@ -100,12 +100,12 @@
|
||||
::> ||
|
||||
::> functional cores and arms.
|
||||
::
|
||||
|_ {bol/bowl chattel}
|
||||
|_ {bol/bowl state}
|
||||
::
|
||||
++ prep ::< prepare state
|
||||
::> adapts state.
|
||||
::
|
||||
|= old/(unit chattel)
|
||||
|= old/(unit state)
|
||||
^- (quip move ..prep)
|
||||
?~ old
|
||||
ta-done:ta-init:ta
|
||||
|
@ -35,7 +35,7 @@
|
||||
::> data structures
|
||||
::
|
||||
|%
|
||||
++ house ::> broker state
|
||||
++ state ::> broker state
|
||||
$: stories/(map knot story) ::< convercirions
|
||||
readers/(map bone (set knot)) ::< our message readers
|
||||
outbox/(pair @ud (map @ud thought)) ::< urbit outbox
|
||||
@ -91,12 +91,12 @@
|
||||
::> ||
|
||||
::> functional cores and arms.
|
||||
::
|
||||
|_ {bol/bowl house}
|
||||
|_ {bol/bowl state}
|
||||
::
|
||||
++ prep ::< prepare state
|
||||
::> adapts state.
|
||||
::
|
||||
|= old/(unit house)
|
||||
|= old/(unit state)
|
||||
^- (quip move ..prep)
|
||||
?~ old
|
||||
ta-done:ta-init:ta
|
||||
|
Loading…
Reference in New Issue
Block a user