In `lib/usesleek.ml`, I tried using `Option.iter`. However, when building the project using `dune build`, the compiler complains that `Option.iter` is an unbounded value.
In
lib/usesleek.ml, I tried usingOption.iter.However, when building the project using
dune build, the compiler complains thatOption.iteris an unbounded value.