package alg_structs

  1. Overview
  2. Docs

Interface for a mappable type with an unlabeled map function.

type 'a t
val map : ('a -> 'b) -> 'a t -> 'b t

Equivalent to S.map but with an unlabeled function argument