odoc.document
Doctree.Rewire
odoc
odoc.examples
odoc.html
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.xref2
odoc.xref_test
type ('a, 'h) action =
| Rec of 'a
| Skip
| Heading of 'h * int
val walk : classify:('a -> ('a list, 'b) action) -> node:('b -> 'c list -> 'c) -> 'a list -> 'c list