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

In the REPL, use prompt '-' and continuation '=' #65

Closed
julianhyde opened this issue Sep 14, 2021 · 1 comment
Closed

In the REPL, use prompt '-' and continuation '=' #65

julianhyde opened this issue Sep 14, 2021 · 1 comment

Comments

@julianhyde
Copy link
Collaborator

In REPL, use prompt '-' and continuation '='. This will be consistent with SML/NJ.

Current Morel:

= val x = 1
-   + 2;
val x = 3 : int

SML/NJ, and desired Morel:

$ sml
Standard ML of New Jersey v110.79 [built: Sat Oct 26 12:27:04 2019]
- val x = 1
=   + 2;
val x = 3 : int
@julianhyde
Copy link
Collaborator Author

Fixed in 030bd8b.

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