-
So, there are some things that I think we should explain at the beginning of the presentation in order for the Monad part to make sense -- Jed can comment if they disagree or have anything to add.
- W…
-
It seems that [webkit supports webaudio api](https://github.com/WebKit/webkit/tree/master/Source/WebCore/Modules/webaudio), but Haskell's bindings do not. I've seen several people using only GHCJS wh…
-
Hello,
Having downloaded Etlas under Fedora 23 and trying to initialize a project, I get this message:
Config file path source is default config file.
Config file /home/username/.etlas/config n…
-
`IntMap.size` and `IntSet.size` have complexity O(n). Nevertheless there is a lot of code like
```
IntMap.size m > CONSTANT
```
…which could be O(min(n,CONSTANT)) if the `IntMap` traversal wou…
-
Here are some possibilities:
1. Use npm. This has the benefit of being familiar to JavaScript programmers.
However, there are some pretty major downsides:
* npm is very slow (but npm5 a…
Pauan updated
9 months ago
-
Had a problem where I had a tuple of functions `(a->b, a->c)`, so needed to apply `a` to both functions and return `(b,c)`.
Signature: `(a -> b, a -> c) -> a -> (b, c)`
Example: `(id, increment)…
-
### Describe the bug
A certain time ago I was adding mailutils support to Emacs: https://github.com/NixOS/nixpkgs/pull/307372
During review, @jian-lin suggested that the best place to put mailut…
-
Hello!
My apologies if you didn't want this posted as an issue.
I think GDP is very cool. I've played around with it and it has some interesting applications. It has taken me some time to unders…
-
## About the author
I am a university student, studying a double degree in Mathematics and Computer Science. I am a programmer, working in C#; however, in recent months, have dived deep into the Ha…
-
I'm using hsdev through SublimeHaskell, and `hsdev` says this kind of error. (Full log with SublimeHaskell: https://pastebin.com/uXUrSTTT)
```
2018-01-15 10:51:57 +0900 ERROR :127.0.0.1:58905/…