-
Steps to repro:
1. Create a project with two modules:
```
module Numeric where
-- shadows the Numeric module in base
```
```
module A where
import Numeric (showInt) -- error: Numeric doesn'…
-
-
This is a great package that I am trying to use to write a Soduko solver using Conor McBride's types:
```
20 type Triple = Id :*: Id :*: Id
21
22 pattern Tr :: a -> a -> a -> (:*:) (Id…
-
I'm helping some folks with some crypto heavy code and this change would make our lives much easier. If I helped get this sorted, would it be possible to turn around a release with that hange pretty …
-
### Problem you are trying to solve
Hi All,
Lovely tool, i think we can score another win on usability.
I'd like propose the development and eventual inclusion of a simple TUI (Terminal UI) for…
-
If a parse error occurs within parentheses in function application, instead of an error at the point of the parse error, you instead get `unexpected '('` at the open parenthesis. For example:
```
>…
-
I have encountered a performance problem with sharing that I do not understand. I have boiled the problem down to the following code snippets -- presented in Haskell and Agda.
Here is the Haskell v…
-
In GitLab by @jneira on Jun 7, 2021, 14:52
Hi, congrats for the new windows support. I've tried to run the bootstrap executable in windows 7 and i've got an error about missing powershell definitions…
-
That error message isn't particularly informative :) (It particular, this happens when the network is disconnected.)
edsko updated
7 years ago
-
#### Description :octocat:
Listing of gists broken
#### Reproduction guide :beetle:
- Start Emacs
- M-x gist-list
*Observed behaviour:* :eyes: :broken_heart:
Error as seen in backtrace
…