package containers

  1. Overview
  2. Docs
val (>|=) : 'b t -> ('a -> 'b) -> 'a t

Infix equivalent of map.