package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type elt
type t
val scan_short : init:elt -> t -> f:(elt -> elt -> Shorten.t * elt) -> t
val scan_short_i : init:elt -> t -> f:(i:int -> elt -> elt -> Shorten.t * elt) -> t
val scan_short_acc : acc:'acc -> init:elt -> t -> f:(acc:'acc -> elt -> elt -> 'acc * Shorten.t * elt) -> t