package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Oxbow_runtime.CtxSource

Sourcetype manage = [
  1. | `Manage
]
Sourcetype render = [
  1. | `Render
]
Sourcetype 'p t
Sourceval wm : 'p t -> Oxbow_state.Wm.t
Sourceval with_manage : Oxbow_state.Wm.t -> (manage t -> 'a) -> 'a
Sourceval with_render : Oxbow_state.Wm.t -> (render t -> 'a) -> 'a