package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a klist = unit -> [ `Cons of 'a * 'a klist | `Nil ]
val map : ('a, 's, 'b) t -> 's -> 'a klist -> 'b klist
OCaml

Innovation. Community. Security.