oxbow.state
Oxbow_state.Box
oxbow.core
oxbow.ctl
oxbow.ipc
oxbow.layout
oxbow.ops
oxbow.river
oxbow.runtime
oxbow.wire
type 'a t = {
mutable body : 'a option;
}
val fill : 'a t -> 'a -> unit
fill box body sets box's contents to body.
fill box body
box
body
Effects: mutates WM state
val clear : 'a t -> unit
clear box empties box.
clear box