-
I'm not sure if this is the right place to report, but I tried configuring MentionBot for https://github.com/haskell/cabal but did not see it work. According to GitHub there is a 500 Internal Server E…
-
GTK2 has unfortunately been long abandoned, and gtk2 windows look very out of place. Even programs like GIMP have migrated off of it. And the package we use for the GTK3 backend has incomplete binding…
-
Building and deploying web app in Haskell with a Haskell server and ghcjs front-end is rather tricky. There are a lot of moving parts and a lot of competing technologies (ghc/ghcjs/cabal/maybe nix/may…
-
Consider two list of `Nat`
```
{-@ xs1, xs2 :: [Nat] @-}
xs1 = [3, 4]
xs2 = [1, 2]
```
Liquid Haskell cannot prove that mappending `xs` and `ys` returns a list of `Nat`s. Ie. the following fails
`…
-
sezna updated
4 months ago
-
Thank you for your sotu post. However as a newbie to Haskell and long-time (and suffering) PHP programmer I can't share your assessment in regard to "Server-side web programming". Haskell is barely us…
-
### Subject of the issue
Similar to already fixed #485, Eval plugin cannot handle imports from local internal libraries.
In particular, the issue will occur when we have a package with three compone…
konn updated
10 months ago
-
This way haskell applications with interactive text interface can just reuse selecth and not reinvent something like this: https://github.com/yi-editor/yi/blob/master/yi/src/library/Yi/Completion.hs
-
# Topics in Haskell beyond LYAH
## Type theory related
1. ~~`Functor-Applicative-Monad` typeclass hierarchy (covered in LYAH)~~
1. ~~`State` monad (covered in LYAH)~~
1. ~~General` Zip…
-
Hi, I'm Julie Moronuki, an author of [Haskell Programming from First Principles](http://haskellbook.com/). I have a background in linguistics and philosophy, including logic, and have been a teacher o…