You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had to remove dependency on `dum` which does not OCaml 5:
[mjambon/dum#3](mjambon/dum#3)
(*Installation fails with OCaml 5.0.0*, **@lkuty**).
Also there is a new warning for unused record fields.
Hello,
IMHO
Lazy.lazy_is_val
is used althoughLazy.is_val
should be used with OCaml 5.0.0. I guess the name changed between OCaml versions.The text was updated successfully, but these errors were encountered: