Module type Plugin.COMPLEX_VALUE


module type COMPLEX_VALUE = sig .. end
input signature for IndexedVal

include Plugin.Parameter_input_with_arg
type t 
the type to be serialized
val default_val : t
the default value
val default_key : string
the default index
val ty : t Type.t