File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 55- ** irmin-git**
66 - Expose ` Content_addressable ` type (#2329 , @art-w )
77
8+ ### Changed
9+
10+ - ** irmin**
11+ - Rename ` Node.S.effect ` to ` read_effect ` for OCaml 5.3 compatibility (#2347 , @art-w )
12+
813### Fixed
914
1015- ** irmin-client**
Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ module type Core = sig
124124 purpose (so [Tree.hash] and [Tree.equal] are not in the Lwt monad as
125125 well). *)
126126
127- type effect : = expected_depth :int -> node_key -> t option
127+ type read_effect : = expected_depth :int -> node_key -> t option
128128 (* * The type for read effects. *)
129129
130- val with_handler : (effect -> effect ) -> t -> t
130+ val with_handler : (read_effect -> read_effect ) -> t -> t
131131 (* * [with_handler f] replace the current effect handler [h] by [f h]. [f h]
132132 will be called for all the recursive read effects that are required by
133133 recursive operations on nodes. .*)
You can’t perform that action at this time.
0 commit comments