Lennart Augustsson
Lennart Augustsson
Yeah, Functor is coming soon.
Thank you! I will merge this soon
This doesn't quite work. If you remove the export list from the ExistField test the compiler gets an ``impossible``, because a field is missing when generating the export. Don't worry...
Another problem is that constructing records with `T{a=1, b=2}` no longer seems to work. I'll fix that too.
The fix for this would not be nice. Loading a package means that you populate the mhs compilation cache. Whenever you import a module you look in the cache to...
I have given it some thought. I'll probably change things to allow your use case, but not very seem.
I'd expect `cabal sdist` to include all the files so it can do the the right thing when you later do `cabal install` of that package.
Mhs can compile quickcheck, but not many of the testing frameworks. Yet.
Converting `Float` to `Word32` would work even if it were not IEEE754 floats. It only requires that `Float` is 32 bits.