compiler-libs.common
Stable_matching.Item
compiler-libs.bytecomp
compiler-libs.optcomp
compiler-libs.toplevel
dynlink
odoc_info
runtime_events
stdlib
str
threads
unix
type ('v, 'k) t = {
name : string;
item : 'v;
kind : 'k;
}
val item : ('v, 'k) t -> 'v