-
I am seeing inconsistent errors where codegen isn't always providing enough instance dictionaries at call sites. In particular, after a `rm -r output/ .pulp-cache/ && pulp test`, codegen works fine an…
-
It would be useful in another project I'm working on to have access to a difference operator for diet sets (which I recently implemented). @chessai Feel free to give this a shot when you are available…
-
I failed to compile the `libpy` make target (and so `python`). I'm working on the python branch.
Here is what I did:
- I used a fresh Ubuntu 17.10 with all updates installed
- I installed
- `su…
-
Currently, in the REPL, it's not too difficult to come across well-typed expressions which could be printed when given type annotations, but not without:
```
> Left 0
Error found:
in module $PSC…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#2521
From: @robbertkrebbers
Reported version: 8.5
CC: @aspiwack, @mattam82
-
I would like to suggest that we define the following instances:
```purescript
instance semigroupParity :: Semigroup Parity where
append Even Even = Even
append Even Odd = Odd
append Odd E…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#2519
From: @tomprince
Reported version: 8.5
CC: @robbertkrebbers, @letouzey
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#1675
From: Yevgeniy Makarov <>
Reported version: 8.5
-
This was mentioned back in the day: https://github.com/purescript/purescript/issues/1762#issuecomment-167462204
I think issues like this make it relevant to bring it back up again: https://github.c…
-
`make internal-tests` is recompiling the Agda library because this command and `make install-bin` use different Cabal flags. A principled solution is to migrate the `internal-tests` test-suite to the …