Skip to content

locators are not supported by needed #153

@yegor256

Description

@yegor256

Once #150 is implemented, we need this.

This is my expression:

{⟦ foo ↦ ⟦ bar ↦ ⟦ t ↦ ⟦⟧ ⟧ ⟧, m ↦ ∅ ⟧}

This is what I want to do:

name: foo
pattern: '⟦ 𝜅 ↝ 𝑒, 𝜏 ↦ ∅ ⟧'  # transitive encapsulation here!
result: '⟦ 𝜏 ↦ 𝑒 ⟧'
where:
  - meta: 𝜅
    function: locator
    args:
      - "foo.bar.t"

In order to get this:

{⟦ m ↦ ⟦⟧ ⟧}

The locator is currently missing, but needed. It should take the expression, dataize it to bytes, and then convert bytes to kappa (if possible). If not possible (due to syntax error), raise exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions