Lennart Augustsson

Results 103 comments of Lennart Augustsson

1. This is not as easy as it should be, but it can be done. Check out the hackage-ci github action in MicroHs. 2. This would need some changes to...

Why does this PR remove a number of files in the hugs/ directory? I want those files.

I want them in the master branch. I regard having a hugs branch as a temporary measure. It should be feasible to hack Hugs to have pattern guards and the...

Does it crash with an overflow message? My Hugs patch fixes that. I can build with the current hugs branch using that patch. There is UB somewhere in Hugs. ☹️

That error comes and goes. My patch replaces it with a warning.

I will revisit this later.

Yeah, I've not parted all the array stuff to MicroHs. I should do that. There are currently no unboxed array, but they shouldn't be hard to add.

MicroHs already has the ST monad (on top of IO).

I would advice against installing with cabal&ghc. Just clone the MicroHs repo and do 'make install'. You just need GCC, not ghc.