table of contents
| Stable_matching.Item(3) | OCaml library | Stable_matching.Item(3) |
NAME¶
Stable_matching.Item - no description
Module¶
Module Stable_matching.Item
Documentation¶
Module Item
: sig end
type ('v, 'k) t = {
name : string ;
item : 'v ;
kind : 'k ;
}
val item : ('v, 'k) t -> 'v
| 2026-08-04 | OCamldoc |