Änderungen

Summary

  1. Fixed type confusion bug when compiling unary minus (commit: 2bba412) (details)
Commit 2bba4125f8b81b28006b7bbcefd0c9a517e1c788 by lep.delete
Fixed type confusion bug when compiling unary minus

Previously when `-a` was compiled in a `real` context but `a` is an integer
`a` itself was being compiled in the real context, which is wrong.
Instead a has to be compiled as an int and only then then converted to real.
(commit: 2bba412)
The file was modifiedMain.hs (diff)
The file was modifiedflake.nix (diff)
The file was modifiedHot/Instruction/Compiler.hs (diff)