oxbow.ipc
Oxbow_ipc.Event
oxbow.core
oxbow.ctl
oxbow.layout
oxbow.ops
oxbow.river
oxbow.runtime
oxbow.state
oxbow.wire
module Subscribe : sig ... end
type t =
| Tags of Record.Tags.t
| Window of Record.Window.t
| Window_cleared of string
| Layout of Record.Layout.t
| Mode of Record.Mode.t
| Focus of Record.Focus.t
| Output of Record.Output.t
val kind : t -> Record.t
val source : t -> (string, string) result
val to_line : t -> string