package codex

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

Module Syntax_tree.Location_identifierSource

Sourcetype path =
  1. | Name of string
  2. | Int64 of int64
  3. | Inside : {
    1. locid : 'b t;
    2. idx : int;
    } -> path
Sourceand 'a kind =
  1. | Address
  2. | Expression
  3. | DbaInstruction

The syntactic element represented.

Sourceand 'a t = 'a kind * path
Sourceval equal : 'a t -> 'b t -> bool
Sourceval hash : 'a t -> int
Sourcetype any =
  1. | Any : 'a t -> any