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

It is no longer possible to declare values in the interpreter #518

Open
anfelor opened this issue May 11, 2024 · 0 comments
Open

It is no longer possible to declare values in the interpreter #518

anfelor opened this issue May 11, 2024 · 0 comments

Comments

@anfelor
Copy link
Collaborator

anfelor commented May 11, 2024

When trying to declare a value in the Koka interpreter 3.1.1, we get the following error:

> val a = 1
src/Interpreter/Interpret.hs:(119,8)-(244,36): Non-exhaustive patterns in case

It used to be possible to declare values in the interpreter, until the code implementing this was commented out in f9f4fc0. It is not too bad that this functionality is gone, since we can use the vscode interface instead, but I would nonetheless prefer it if this still worked.

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

2 participants