Irmin_traces.Import
include module type of struct include Irmin.Export_for_backends end
Helper module containing useful top-level types for defining Irmin backends. This module is relatively unstable.
module Store_properties = Irmin.Export_for_backends.Store_properties
module Logging = Irmin.Export_for_backends.Logging
module Reversed_list = Irmin.Export_for_backends.Reversed_list
type read = Irmin.Perms.read
type write = Irmin.Perms.write
type read_write = Irmin.Perms.read_write
module Option = Irmin.Export_for_backends.Option
module List = Irmin.Export_for_backends.List
module Mtime = Irmin.Export_for_backends.Mtime
module Seq = Irmin.Export_for_backends.Seq