Module Irmin_test_helpers.Irmin_test

module type S = Common.S
module type Generic_key = Common.Generic_key
val reporter : ?prefix:string -> unit -> Logs.reporter
module Suite : sig ... end
val line : string -> unit
module Schema = Common.Schema
val store : (module Irmin.Maker) -> (module Irmin.Metadata.S) -> (module S)
val testable : 'a Irmin.Type.t -> 'a Mavkit_alcotezt.Alcotest.testable
val check : 'a Irmin.Type.t -> string -> 'a -> 'a -> unit
val checks : 'a Irmin.Type.t -> string -> 'a list -> 'a list -> unit
module Store : sig ... end
module Node = Node