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

Strings are printed unquoted by the runtime #1968

Closed
lukaszcz opened this issue Apr 3, 2023 · 0 comments · Fixed by #1969
Closed

Strings are printed unquoted by the runtime #1968

lukaszcz opened this issue Apr 3, 2023 · 0 comments · Fixed by #1969
Assignees
Milestone

Comments

@lukaszcz
Copy link
Collaborator

lukaszcz commented Apr 3, 2023

The following file

module hello;

open import Stdlib.Prelude;

main : String;
main := "Hello world!";

when evaluated in Core gives the output

"Hello world!"

while when compiled and run gives the output

Hello world!
@lukaszcz lukaszcz added this to the 0.3.2 milestone Apr 3, 2023
@lukaszcz lukaszcz self-assigned this Apr 3, 2023
paulcadman pushed a commit that referenced this issue Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant