neurallambda
neurallambda
updated! So I'm not sure I understand the tradeoff between strict and lazy state. I would guess that laziness might be necessary for ArrowLoop or MonadFix to work properly... But...
@turion It's a humble PR, but it should be g2g now! Thanks for your help writing it (the `StateT` thing was brilliant), and I'm happy to accept further advice.
Good recommendations. And I squashed the commits, but if you haven't seen it yet, I tend to use github's `Merge Squash` feature that does that automatically once right at the...
It actually gives you a prompt to write a commit message. Cool I'll take a look at open issues :)
Is it just an oversight that `MSF` wasn't `newtype`d originally? I'd expect this PR to be an easy speedup without any costs.
ah, it eliminates one level of laziness. Interesting point.
I was just bitten by this same thing. Essentially I was building a loop, and an arrow within would fail, depending on associativity: ```haskell (f >>> g) >>> iPre 0...
out of curiousity, is it possible to execute looping streams without needing delays? I think not, and therefore I struggle to understand why we have `loop` and not just `feedback`?...
I would contribute a PR if I had the skills, but I'm a bit new to Haskell. I spent an hour looking for this feature, and would also love if...
I'm having the same error as the OP. Completions actually *can* complete though, although the `company-ghc-diagnose` reports `nil` for all imported packages.