Module Values.FeedbackSource

Sourcetype nonrec t = (FeedbackKey.t * FeedbackValue.t) list
Sourceval make : 'a list -> 'a list
Sourceval of_header : (Base.String.t * string) list -> (FeedbackKey.t * FeedbackValue.t) list
Sourceval to_value : (FeedbackKey.t * FeedbackValue.t) list -> [> `Map of ([> `Enum of string ] * [> `Enum of string ]) list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b