Module QuandaryConfig.Sanitizer

type t = {
procedure : string;
kind : string;
}
val of_json : [> `List of Yojson.Basic.t list ] -> t list