package core-and-more

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