Module Doctree.RewireSource

Sourcetype ('a, 'h) action =
  1. | Rec of 'a
  2. | Skip
  3. | Heading of 'h * int
Sourceval walk : classify:('a -> ('b list, 'c) action) -> node:('d -> 'e list -> 'f) -> 'g list -> 'e list