Skip to content

Commit

Permalink
Ensure Set to List conversion works for ocaml<5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoj613 committed Jun 30, 2024
1 parent 765ca2f commit 222eeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/storage/filesystem.ml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module Impl = struct
| Sys_error _ -> acc
in
match
StrSet.to_list @@
StrSet.elements @@
aux StrSet.empty @@
key_to_fspath t ""
with
Expand Down

0 comments on commit 222eeeb

Please sign in to comment.