-
This option is only used on the Java backend in very specific circumstances with `search`. It is very counterintuitive to use when `search`ing, because you would expect _all_ rules to be enabled as `t…
-
When I
```
git clone https://github.com/garnix-io/garn
cd garn && cabal install garn
```
and then use that version of `garn` on the tutorial then that fails because `deno` is missing:
```
$ g…
-
Figure out how Haskell will be able to interface with C modules
-
Thinking about it, we should move this section and put some concrete advantages of Haskell instead. This is a very important piece of UI real-estate because on laptop and desktop screens, it is displa…
-
It'd be nice to be able to write GraphQL clients in Haskell. This could quite possibly be a separate project.
-
Hi,
I am opening this issue as advised by @tomjaguarpaw , following up on the discussion I started on Haskell Foundation Slack.
I have been using Haskell for years but few days ago I wanted to che…
-
following the documentation here: https://haskell-servant.readthedocs.io/en/stable/tutorial/Client.html#changing-the-monad-the-client-functions-live-in
you end up with
```
-- our conversion func…
-
In https://github.com/dhall-lang/dhall-haskell/pull/1957#issuecomment-666338212 I had some difficulty interpreting this test failure:
```
/home/simon/src/dhall-haskell/dhall/src/Dhall/Tutorial.hs:…
-
* 86_64-linux
* GHC 9.4.8
* Haskell.nix commit 12913adbe6ea1d3045522cc15729e675efaaab98
My configuration flake contains:
nix.settings.substituters = [ "https://cache.iog.io" ];
nix.settings.tru…
-
This grammar ``Exp. Exp ::= Ident "'" ;`` generates a parser that correctly parses ``x '``, but not ``x'`` for some reason. I've played with other characters, including other quotation symbols, such a…