Stable_matching.Item
type ('v, 'k) t = {
name : string;
item : 'v;
kind : 'k;
}
val item : ('v, 'k) t -> 'v