Documentation

Linglib.Core.Interfaces.BindingSemantics

Binding Semantics #

Abstract interface 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, λ-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

                  What a syntactic theory must provide for H&K binding semantics.

                  • Structure : Type

                    The theory's syntactic structure type

                  • bindingConfig : Structure TBindingConfig

                    Extract binding configuration from a structure

                  Instances

                    Get the binder for a bound position (if any)

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

                      Get the variable index for a bound position

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

                        Get all positions bound by a given binder

                        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

                            Two theories agree on binding if they produce equivalent configurations.

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