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 -> ('a list, 'b) action) -> node:('b -> 'c list -> 'c) -> 'a list -> 'c list
OCaml

Innovation. Community. Security.