-
Hello! I'm having trouble finding a solution to this. Is something like this currently possible?
optparse-applicative version: 0.17.0.0
Currently, what I tried to so far -
```haskell
import …
-
I've been using `fn` for quite some time, so I'm glad you guys are trying to keep it going. Are you planning on implementing that monad? Do you need any contributions?
-
So it seems that returning from C to assembly for each i/o operation is actually prohibitive, so I am contemplating ways of adding minimal input and output functionality to bedrock, in a modular way …
-
This is with Haskell Platform 2014.2.0.0, ghc 7.8.3, cabal 1.20.0.3, Windows Server 2008 R2.
## The working setup
As of 0f5367cd57
network-2.4.2.3 is preinstalled.
But without trifecta >=1.5.1.2 or…
-
now imagine the text something like a quasiquoting itself. it is from haskell extracted from coq, rewritten with syntax sugar and analized with large language models into that poem via rewrites. so it…
-
Many people want the benefits of early return. There's a way to get many of them without the complexity of early return:
We can simply allow the else blocks to not be wrapped in `{ }`.
Instead of …
-
First thing, noticed that Left given in Appendix B is broken
```javascript
Left.of(1).map( x => x + 1) // Right (2)
```
Furthermore, the `chain` method returns the value in a container whi…
-
One feature I really like from iTerm2 is [split panes](https://iterm2.com/documentation/2.1/documentation-one-page.html#:~:text=selected%20this%20way.-,split%20panes,-iTerm2%20allows%20you). In partic…
-
With higher-kinded types and multiple parameters to traits, we can implement many of the widely used Haskell typeclasses and types in Fir.
However currently we don't have a syntax for contexts, and…
osa1 updated
3 months ago
-
If we go down the route of #3 then we need to decide what arguments get passed to the function. If people end up going different ways on this we'd have no interoperability, and this wouldn't be easy …