Module Backend_splice.SplicerSource

Sourcemodule type KEY = sig ... end
Sourcemodule type VALUE = sig ... end
Sourcemodule type INIT = sig ... end
Sourcemodule type STORE = sig ... end
Sourcemodule Make_store (K : KEY) (V : VALUE) (I : INIT with type key = K.t and type value = V.t) : STORE with type key = K.t and type value = V.t
Sourceval prefix_source : string
Sourceval suffix_source : string
Sourceval prefix_prose : string
Sourceval suffix_prose : string
Sourcemodule type ANCHOR = sig ... end
Sourcemodule type SPLICER = sig ... end
Sourcemodule Make (K : KEY) (V : VALUE) (I : INIT with type key = K.t and type value = V.t) (A : ANCHOR) : SPLICER with type key = K.t and type value = V.t