package daypack-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val flatten : modulo:int option -> to_int:('a -> int) -> of_int:(int -> 'a) -> 'a Range.range Seq.t -> 'a Seq.t
val flatten_list : modulo:int option -> to_int:('a -> int) -> of_int:(int -> 'a) -> 'a Range.range list -> 'a list