[<<][meta][>>][..]Wed Jan 26 06:13:15 EST 2011
What I'd like to do is to create a lambda body that takes its state
input and output from expressions that occur in the body, without the
need for state patching.
(composite-model (i o)
(let-values (((o1 o2) (apply-model m i o)))
...
)
[Reply][About][<<][meta][>>][..]