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

Problem with #done #2

Open
gisellemnr opened this issue Apr 15, 2015 · 0 comments
Open

Problem with #done #2

gisellemnr opened this issue Apr 15, 2015 · 0 comments

Comments

@gisellemnr
Copy link
Member

Typing #done does not clean everything it's supposed to. Look at these two
session examples:

--- Loading LAX and checking the scope of a bang rule

:> #load ../examples/proofsystems/lax
Loading file ../examples/proofsystems/lax
?> #scopebang
Please type the subexponential:
cr
!cr :
The following will have their formulas erased:

The following should be empty:
r,
?> #done
:> #load ../examples/proofsystems/s4
Loading file ../examples/proofsystems/s4
?> rght(imp (nec a) (poss a)).

No.
?>

--- Loading S4 directly

:> #load ../examples/proofsystems/s4
Loading file ../examples/proofsystems/s4
?> rght(imp (nec a) (poss a)).

Yes.
?>

On the first case the system was not able to find a proof for rght(imp (nec a)
(poss a)).

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