Module Splicer.MakeSource

Parameters

module K : KEY
module V : VALUE
module I : INIT with type key = K.t and type value = V.t
module A : ANCHOR

Signature

include ANCHOR
val name : string
val prefix : string
val suffix : string
val header : bool
Sourcetype key = K.t
Sourcetype value = V.t
Sourceval init : Lang.El.spec -> Lang.Pl.spec -> unit
Sourceval splice : Source.t -> string
Sourceval warn_unused : unit -> unit