Stable_matching.Item(3) OCaml library Stable_matching.Item(3)

Stable_matching.Item - no description

Module Stable_matching.Item

Module Item
: sig end

type ('v, 'k) t = {
name : string ;
item : 'v ;
kind : 'k ;
}

val item : ('v, 'k) t -> 'v

2026-06-22 OCamldoc