package testo-util

  1. Overview
  2. Docs
type t = private {
  1. num : int;
  2. out_of : int;
}
val partition : int -> t list
val of_string : string -> t option
val to_string : t -> string
val apply : t -> 'a list -> 'a list
val apply_slices : t list -> 'a list -> 'a list
val tests : (string * (unit -> unit)) list
OCaml

Innovation. Community. Security.