package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. context : (out * Types.Source.tag) Stack.t;
  2. mutable current : out;
}
val create : unit -> t
val push : t -> Types.Source.token -> unit
val enter : t -> Types.Source.tag -> unit
val leave : t -> unit
val flush : t -> Types.Source.token list
OCaml

Innovation. Community. Security.