Skip to content

Redundant call to if/3 in decompose_terms1/1 predicate #23

@pmoura

Description

@pmoura

decompose_terms1(X):-if(X=[],true,discriminate_dec_terms1(X)).

The first clause of the decompose_terms1/1 predicate already handles the case where the first argument is an empty list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions