package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val return : 'result -> (_, 'result) t
val map : ('input, 'r1) t -> f:('r1 -> 'r2) -> ('input, 'r2) t
val both : ('input, 'r1) t -> ('input, 'r2) t -> ('input, 'r1 * 'r2) t
module Open_on_rhs : module type of Infix