package mixture

  1. Overview
  2. Docs
type +'a t
val return : 'a -> 'a t
val apply : ('a -> 'b) t -> 'a t -> 'b t