package traverse

  1. Overview
  2. Docs
type 'a t
type 'a desc =
  1. | Nil
  2. | Cons of 'a * 'a t
val destruct : 'a t -> 'a desc
val construct : 'a desc -> 'a t
OCaml

Innovation. Community. Security.