package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'h) action =
  1. | Rec of 'a
  2. | Skip
  3. | Heading of 'h * int
val walk : classify:('a -> ('b list, 'c) action) -> node:('d -> 'e list -> 'f) -> 'g list -> 'e list
OCaml

Innovation. Community. Security.