package irmin-test

  1. Overview
  2. Docs
module type S = sig ... end
module type Generic_key = sig ... end
val reporter : ?prefix:string -> unit -> Logs.reporter
module Suite : sig ... end
val line : string -> unit
module Schema : sig ... end
val store : (module Irmin.Maker) -> (module Irmin.Metadata.S) -> (module S)
val testable : 'a Irmin.Type.t -> 'a 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 : sig ... end