Skip to content

Reorganise the term_list objects as a list of quosures? #32

Description

@krivit

Currently, it's a list of expressions with two vector attributes, environment and sign, containing the corresponding element's environment and sign. The reason for this was to allow the environment to be set on all kinds of terms, including NULL.

It would probably be easier to work with if environment and sign were stored alongside the expression, perhaps with something like an rlang's quosures but with an additional sign attribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions