Handbook
Glossary
multi-model
Vocabulary
models
.
combinators
Definition
USING:
models
;
IN:
models.combinators
TUPLE:
multi-model
<
model
important?
;
Methods
USING:
accessors
kernel
models
models.combinators
sequences
;
M:
multi-model
model-activated
dup
dependencies>>
[
value>>
]
find
nip
[
swap
model-changed
]
[
drop
]
if*
;
USING:
accessors
kernel
models
models.combinators
;
M:
multi-model
model-changed
over
value>>
[
(model-changed)
]
[
2drop
]
if
;