package core-and-more

  1. Overview
  2. Docs
module type Sig = sig ... end
val unfold_left_if_star : (module Sig with type t = 't) -> 't -> 't option
val unfold_right_if_star : (module Sig with type t = 't) -> 't -> 't option
val left_unfold_all_stars : (module Sig with type t = 't) -> 't -> 't list
val right_unfold_all_stars : (module Sig with type t = 't) -> 't -> 't list
OCaml

Innovation. Community. Security.