Up

module Ir_tag

: sig

Tags handling.

#
module type S = sig
include Ir_hum.S
#
val master : t
end
#
module String : S with type t = string
#
module type STORE = sig
include Ir_rw.STORE
#
module Key : S with type t = key
#
module Val : Ir_hash.S with type t = value
end
end