Scroll to navigation

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

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-07-02 OCamldoc