= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package irmin-test
-
irmin-test
-
-
irmin-test.bench
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module type Generic_key = sig ... end
val reporter : ?prefix:string -> unit -> Logs.reporter
module Suite : sig ... end
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