Jason Dagit
Jason Dagit
> I really want to keep dependencies for this package to a minimum. I apologize for hijacking an issue, but I think this needs to be said: I really appreciate...
Any chance you've hit this bug cabal bug? https://github.com/haskell/cabal/issues/1160 That bug has been fixed but I don't know if it made it into a cabal release yet: https://github.com/haskell/cabal/pull/1161
On Tue, Jan 22, 2013 at 9:42 AM, Andy Adams-Moran [email protected]: > Clean build from source yields: > ... > [ 7 of 19] Compiling Paths_cabal_dev ( > dist\build\autogen\Paths_cabal_dev.hs, d...
> Implementing `Alternative` and `MonadPlus` is in the plan, we have not been able to get to it yet. I would love to see an `Alternative` instance for `SerialT`. As...
It looks like there is a pass to remove unreachable code now. Should this be closed now? Edit: Hmm...on second thought. It seems that pass is defined but not used?
FSharp libraries/programs have an FSharp core dependency. I think a similar approach is reasonable for idris. Integer support could be implemented in that dependency. I'm not sure how easy it...
> Adding a GitHub workflow probably isn't going to do you much good if what you need are the bootfiles. I know it won't help my immediate situation. My point...
First off thanks for making this library. I was thinking about making a runtime in Rust for a functional language. Your library could be pretty useful for that. I was...
Yeah, I don't have much to offer in terms of implementation strategies. In a lot of languages that allow mutual recursion, the user has to define the functions in a...
I don't know if it's the same bug, but I was just playing on void linux and hit a sound related freeze. I tried to open a locked door and...