package um-abt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A binding is an immutable reference, to which a bound can refer.

include Stdlib.Map.OrderedType
type t
val compare : t -> t -> int
val equal : t -> t -> bool
val v : string -> t

binding s is a new binding for variables named s

val name : t -> string