package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module SL : sig ... end
module SR : sig ... end
module TSL : sig ... end
module TSR : sig ... end
val map_accum_left : (float -> 'a -> (float, 'b) Functions.Travsersable.Internal.accum) -> float -> 'a TSL.t -> (float, 'b TSL.t) Functions.Travsersable.Internal.accum
val map_accum_right : (float -> 'a -> (float, 'b) Functions.Travsersable.Internal.accum) -> float -> 'a TSR.t -> (float, 'b TSR.t) Functions.Travsersable.Internal.accum