-
In https://hackage.haskell.org/package/aeson-2.1.1.0/docs/Data-Aeson-Key.html#t:Key there are no haddocks, and the "[How to use this library](https://hackage.haskell.org/package/aeson-2.1.1.0/docs/Dat…
-
I am currently learning Elm through the guide (with a FP/Haskell/Scala background). It is great so far, but the page on WebApps > URL parsing misses the code example in the Synthesis section (current …
-
# Sam Tay | Introduction to Brick
A small introduction to the terminal user interface framework.
[https://samtay.github.io/posts/introduction-to-brick](https://samtay.github.io/posts/introduction-to…
-
GHC has a really nice collection of insights into the internals of the compiler:
http://hackage.haskell.org/trac/ghc/wiki/Commentary
It would be nice to start assembling notes that people have done f…
avsm updated
10 years ago
-
Currently, the documentation of the [`XException`](https://hackage.haskell.org/package/clash-prelude-1.4.6/docs/Clash-XException.html) module is not very friendly to beginners. Ideally (in my opinion)…
-
As per Chris we should kick off with a very friendly SPJ lecture or such, and perhaps one other very intro video. From there, we can curate a selection of good representative talks, and ideally some s…
-
I'll be honest: My primary motivation is to make "The Haskell Unfolder" (https://www.youtube.com/playlist?list=PLD8gywOEY4HaG5VSrKVnHxCptlJv2GAn7) more visible.
However, I generally think that the …
-
```
Hlint (http://community.haskell.org/~ndm/hlint/) is a code-style tool that
flags verbose, useless, or otherwise bad bits of code. It would be good if
XMC had clean code. (Hlint strives for 'correc…
-
From https://reddit.com/r/haskell/comments/pizmp7/haskell_beginner_what_am_i_doing_wrong_i/
The code in question is:
```haskell
let triangles = [ (a,b,c) | c
-
Total Haskell beginner here, so please excuse my ignorance if this is something obvious or unrelated. :)
This vanilla example compiles just fine
``` haskell
data Cache k v =
Cache { capacity :: …
passy updated
9 years ago