Stephen Diehl
Stephen Diehl
`NonEmpty` was only added in base 4.10, but supporting it all the way back to 7.8 will require some more work. I will add support for it for modern GHCs...
I'd consider it if maintains API comparability.
Alas I am a novice Javascript programmer at best, I've noticed a few bugs with the nav as well. Maybe some kind person will come and fix it at some...
For generating fresh method names?
Not opposed I guess. Not sure if there is a canonical formatting for LLVM whitespace.
I'll make an example for compiling variadic functions like printf. It's a little tricky with LLVM and probably worthy of an example.
Ok, I'll add some more IRBuilder examples. I was planning on just rewriting the Kaleidoscope tutorial to use it which should hit all the features.
@cocreature This is actually an issue I'm hitting as well, I might need to add a function to forward declare references to blocks. The `cbr` requires us to create two...
> I can't find MonadFix instance in Foundation.Monad.State. If you're using an alternative prelude that doesn't include `MonadFix` then this is the issue. You should request this upstream in Foundation...
This is almost certainly a MacOS issue building the LLVM library itself, I would post on the [homebrew-llvm](https://github.com/llvm-hs/homebrew-llvm) tracker to see if anyone has encountered this before. Our support of...