Skip to content

Make P-log understand classical negation. #6

@iensen

Description

@iensen

P-log should understand classical negation -p. as a short hand for p = false.

For example, the following program should work:
sorts
#boolean = {true, false}.
attributes
p: #boolean.
statements
-p.
?p = false.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions