Renamed talk state molds.

This commit is contained in:
Fang 2017-04-27 12:15:41 +02:00
parent f3533eae4f
commit 790468e28a
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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