Documentation

Linglib.Core.BindingSemantics

Binding Semantics #

Data types for H&K-style assignment-based binding semantics.

A position in a syntactic structure.

  • index : Nat

    Linear index (word position)

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      Instances For

        A binding relation: which binder binds which bindee.

        • binder : Position

          Position of the binder (quantifier, lambda-operator, etc.)

        • bindee : Position

          Position of the bindee (pronoun, trace, etc.)

        • varIndex : Nat

          The variable index used in the assignment function

        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              A complete binding configuration for a structure.

              Instances For
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  A binding configuration is well-formed.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For