MANPAGES
Skip Quicknav
/ experimental / ocaml-man / Stable_matching.Item(3o)
Scroll to navigation
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