Skip to content

Add implicit input and output only when necessary #49

@JCumin

Description

@JCumin

Currently, the Input and the Ouput are always the first and last variable of a rule.

Most of the time, when the first of last token of a rule is a variable, we don't want that variable to be unified with either the Input or the Output, requiring an additional token to break implicit unification, which is annoying.

The input and Output should be implicitely available only when the first/last token of a rule is a predicate.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions