Syntax_tree.Location_identifier
type path =
| Name of string
| Int64 of int64
| Inside : {
locid : 'b t;
idx : int;
} -> path
and 'a kind =
| Address
| Expression
| DbaInstruction
The syntactic element represented.
and 'a t = 'a kind * path
val equal : 'a t -> 'b t -> bool
val hash : 'a t -> int
type any =
| Any : 'a t -> any