package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = one list
and one = {
  1. url : Url.t;
  2. text : Types.Inline.t;
  3. children : t;
}
val compute : Url.Path.t -> on_sub:(Types.Include.status -> bool) -> Types.Item.t list -> t
OCaml

Innovation. Community. Security.