-
Notifications
You must be signed in to change notification settings - Fork 78
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
HOL Terminal Basic Issues, Syntax and Related Commands #70
Comments
This often comes because you forget to close a backtick (``). |
Yes. Solved with it. It was the earliest backtick which let the issue open. Thank you. |
Pardon me again: the issue was also due to the fact I was in need to correct the operator in the proposition. How may I correct a single character individuating it with the cursor instead of erasing the whole phrase till the point in question? Thank you. |
Short answer: it is not possible. Long answer: there are a few workaround:
Personally I use option 3: |
How do I get out of this without necessarily have to open a new OCaml prompt and reload HOL libs?
ARITH_RULE `(a + x + b * y + a * y) EXP 3 + (b * x) EXP + (a * x + b * ;;
;;
‘(a * x + b * y + a * y) EXP 3 + (b * x) EXP 3 +
( a * x + b * y + b * x) EXP 3 + (a * y) EXP 3 = (a * x + a * y + b * x) EXP 3 + (b * y) EXP 3 + (a * y + b * y + b * x) EXP 3 + (a * x) EXP 3‘;;
;;
^[
^[[D
^[[C
end
;;
The text was updated successfully, but these errors were encountered: