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
irmin-lwt: declare Closeable trait and use it in S.Repo
Mirror Irmin 3.11's [Repo] signature, which exposes its [val close]
through [include Closeable with type _ t := t] rather than as a free
[val close]. The visible signature is unchanged for clients reading
fields directly, but [module M : Irmin_lwt.Closeable = ...]-style
constraints now type-check against [Repo].
0 commit comments