Module Meta.Context_object

Meta-contexts.

type t = {
  1. location : Beluga_syntax.Syncom.Location.t;
  2. bindings : ((Beluga_syntax.Syncom.Identifier.t * [ `Plain | `Hash | `Dollar ]) * Thing.t Support.Option.t) Support.List.t;
}