-
I'm new to game development so the first thing I did was find a few tutorials, but most seemed to be unity and pygame focused. I found the basic idea was something like this [per stackoverflow](https:…
-
``` haskell
output "test" $ pure "foo"
```
gives a file with `"foo\n"` whereas
``` shell
echo -n "foo" > test
```
gives a file with `"foo"`, `>` doesn’t change the input.
This may be (was actually…
-
Following the tutorial's instructions, I tried to download and build the liquidhaskell-tutorial package using stack. It says to "iteratively edit/compile... until it builds", but gives no guidance on …
-
Hello,
I am trying to use your package... on Windows
I get this
stack install chatter
Error: While constructing the build plan, the following exceptions were encountered:
In the dependenci…
-
Requested by @williamyaoh. I'll have to refamiliarise myself with it.
https://haskell-webapps.readthedocs.io/en/latest/docs/opaleye/opaleye.html
-
I am by far the least qualified person to review your work, but I find it relentlessly fascinating. I want your work to gain more traction, but I think that English is not your first language. I would…
3noch updated
7 years ago
-
This is not a bug, but I thought is missing somewhere.
Although ArchLinux had a patch on the default build scripts (enable `-dynamic`), there's still something worth mentioned on correspondence pag…
-
When we generate low-level data types with `Storable` instances, we should generate a test suite that verifies that does a "self-test": generate some C code that accepts a pointer to memory, fills it …
-
# The problem
Consider walking over a tree using a streaming library to do something at every leaf:
```haskell
data Tree = Branch Tree Tree | Leaf Int
walkTreeTransformer :: (Monad (m IO), M…
-
I wish `haskell-lang.org` had a search bar that would allow to search for
- library functions, types, etc.,
- package names,
- keywords
- and probably some miscellaneous things like main concepts and …