Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what to do about left-shifted first terms? #31

Open
mengwong opened this issue Oct 20, 2021 · 1 comment
Open

what to do about left-shifted first terms? #31

mengwong opened this issue Oct 20, 2021 · 1 comment

Comments

@mengwong
Copy link
Contributor

mengwong commented Oct 20, 2021

normally we expect to see

WHO walks
AND runs
AND    degustates
    OR imbibes

what happens if we have something of the form

WHO walks
AND runs
AND degustates
    OR imbibes

we are probably good for constitutive rules

WHO walks
AND runs
AND degustates
    MEANS eats
       OR drinks

but we need to figure out the semantics for a boolrule

or just prohibit it as a syntax error, so we need a notion of minimum depth

@mengwong
Copy link
Contributor Author

i have added some tests for constitutive rules with left-shifted first terms, but this is not super interesting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant