Skip to content

Bug in clause unification! #23

@nachivpn

Description

@nachivpn

Clause unification uses "pairwiseChunk" - this is ridiculous - and leads to an error. for example this will pass the type checker:

foo() -> 1.0;
foo() -> 1.0;
foo() -> true;
foo() -> false.

Instead, it should make a "chain" of unification constraints..

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions