mezzo: remove with statements

This commit is contained in:
Philip Taron 2024-08-16 13:50:08 -07:00
parent 99aabc6f9e
commit e9bf9df5e4
No known key found for this signature in database

View File

@ -7,7 +7,7 @@ then throw "mezzo is not available for OCaml ${ocaml.version}"
else
let
check-ocaml-version = with lib; versionAtLeast (getVersion ocaml);
check-ocaml-version = lib.versionAtLeast (lib.getVersion ocaml);
in
assert check-ocaml-version "4";