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

"Hide structural rules" and "Hide sequent contexts" don't play well together #573

Open
loewenheim opened this issue Oct 17, 2016 · 0 comments

Comments

@loewenheim
Copy link
Member

Consider a rule r followed by a contraction:

  A, A :- B
------------r
  A, A :- B'
------------c:l
   A :- B'

If you now activate both "Hide structural rules" and "Hide sequent contexts", you will see

    :- B
----------r
  A :-

which is pretty nonsensical, but follows directly from the definition of the two options.

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

No branches or pull requests

1 participant