Meta.Context
External meta-contexts.
type t = {
location : Syncom.Location.t;
bindings : (Syncom.Identifier.t * Typ.t) Support.List.t;
}
{ Context.bindings; _ } is the meta-context
{ Context.bindings; _ }
^
bindings = []
x1 : a1, x2 : a2, ..., xn : an
bindings = [("x1", a1, _); ("x2", a2, _); ...; ("xn", an, _)]