mirror of
https://github.com/anoma/juvix.git
synced 2024-12-13 19:49:20 +03:00
34b0969141
This PR implements pretty printing of evaluation results consistently with Juvix syntax. The printed values do not necessarily originate directly from the source code. All functions/lambdas are printed as `<fun>`. The same mechanism is used to implement pretty printing of unmatched pattern examples. Juvix REPL now uses the new value printing mechanism to display evaluation results. Typing `nil` in the REPL will now just display `nil`. The command `juvix dev repl` still prints raw JuvixCore terms. * Closes #1957 * Closes #1985 |
||
---|---|---|
.. | ||
Options.hs |