You can search for identifiers within the package.
in-package search v0.2.0
Module representing the toc.ncx. Currently, the head tag is ignored.
type t
type representing toc.ncx
val create : string -> Nav.map -> t
create title navmap create a toc representation.
create title navmap
val title : t -> string
title toc returns the title
title toc
val navmap : t -> Nav.map
navmap toc returns the navmap of the toc.ncx
navmap toc