[Inquiry] Re: Theme One Program -- Commentary -- Stitch
Jon Awbrey
jawbrey at att.net
Wed Jan 19 14:45:17 CST 2005
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
TOP. Commentary Note 25
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
Stitch.
Stitch is a special constructor that
calls the special constructor Switch
followed up by the modifier function
Trip to build an idea-form structure
that has the following configuration:
o-------o
o---------|---o |
| o-----o | |
o-->| ) 0 |---o |
o-----o |
^ |
| |
| |
o---------|---o |
| o-----o | |
o-->| ( 0 |---o |
o-----o<------------o
^
stitch |
@
Notice that the idea returned as the functional value
is directed toward the form with the left parenthesis.
function stitch: idea;
begin
stitch := trip (switch)
end;
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
inquiry e-lab: http://stderr.org/pipermail/inquiry/
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
More information about the Inquiry
mailing list