From 222eeebb10c4fea91400b1336cf900fbca5a9901 Mon Sep 17 00:00:00 2001 From: Zolisa Bleki Date: Sun, 30 Jun 2024 16:13:52 +0200 Subject: [PATCH] Ensure Set to List conversion works for ocaml<5.1.1 --- lib/storage/filesystem.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage/filesystem.ml b/lib/storage/filesystem.ml index 0eca39a..eb17cb6 100644 --- a/lib/storage/filesystem.ml +++ b/lib/storage/filesystem.ml @@ -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