package bistro

  1. Overview
  2. Docs
type nonrec 'a t = 'a t
val map : 'a t -> f:('a -> 'b) -> 'b t
val both : 'a t -> 'b t -> ('a * 'b) t