mirror of
https://github.com/anoma/juvix.git
synced 2024-12-04 17:07:28 +03:00
84b0e5605f
Now we guarantee that whenever we write a file there is a newline character at the end, which is a [Unix convention](https://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap03.html#tag_03_205). The juvix prelude now exports `writeFileEnsureLn` and it no longer exports `writeFile`. If at some point we need the behaviour of `writeFile` I'd suggest that we export it renamed as `writeFileVerbatim` or something similar. |
||
---|---|---|
.. | ||
Asm | ||
Compile | ||
Eval | ||
Normalize | ||
Recursor | ||
Transformation | ||
VampIR | ||
Asm.hs | ||
Compile.hs | ||
Eval.hs | ||
Normalize.hs | ||
Print.hs | ||
Recursor.hs | ||
Transformation.hs | ||
VampIR.hs |