-
Consider these two modules, the latter of which imports the former:
```haskell
{-@ LIQUID "--higherorder" @-}
{-@ LIQUID "--exactdc" @-}
module Prod where
{-@ data Product f…
-
The following example works fine for me with ghc7.10.3, but not with ghc8. It is complaining
```
src/Exp.hs:56:22: error:
• No instance for (Data.Functor.Classes.Show1 (Exp t))
arisi…
-
This package needs some love by adding instances to the `Serialise` class, which is currently somewhat lackluster. Adding a billion instances is what I like to call "Instance Bonanza", as it goes on f…
-
I get a compilation error in my parser from the following code:
``` verbatim
import ::= var
| tycon ["(..)" | cnames]
| tycls ["(..)" | vars]
```
Renaming "import" to "importt" mak…
-
Another regression discovered as of commit https://github.com/ucsd-progsys/liquidhaskell/commit/fb0348020873edf34e242b894cd018cbf57c9166. With this program:
```haskell
{-@ LIQUID "--exactdc" @…
-
It helpfully tells me the name of the missing field, but I need to edit the fsi to add the missing field. But this error expects me to load up the .fs goto the error line # to get the type then open…
-
I started work on this but it is not yet complete. I expect there are a few more hours work required.
[src.zip](https://github.com/ndmitchell/derive/files/411963/src.zip)
-
```
Failures:
tests/Spec/Data/List/NonEmptySpec.hs:27:
1) Spec.Data.List.NonEmpty, NonEmpty Int, TextShow1 instance
Falsifiable (after 1 test):
0
0 :| []
tests/Spec/Deri…
-
When built against `haskell-src-exts-1.18.0`, `hlint` chokes on the following file:
``` haskell
module Test where
(#.) :: Int -> Int -> Int
x #. y = x + y
```
```
$ hlint Test.hs
Test.hs:4:1: Erro…
-
I was surprised to find that `map(identity, Set([1, 2]))` returns an `Array`. Further, even if I write `map(identity, Set{Int}([1, 2]))`, the result is an `Array{Any, 1}`.
The documentation for `map`…
lmshk updated
8 years ago