-
``` haskell
data KProxy (a :: *) = KProxy
type family G (kproxy :: KProxy k) = r | r -> k
foo :: G 'KProxy -> G 'KProxy
foo x = x
```
This definition fails the ambiguity check but I believe it shoul…
-
Hello,
idris 0.9.16 on Ubuntu 14.04 says
```
Type checking ./test.idr
test.idr:7:10:No such variable imp
Metavariables: Main.injTrans
```
when I ask it to typecheck this:
```
-- Injective Functions…
-
```
Following the discussion in
https://groups.google.com/forum/?fromgroups#!topic/guava-discuss/V2puosAWGkg
It seems that the following collections should be marked as Serializable:
- Collections2.…
-
```
Following the discussion in
https://groups.google.com/forum/?fromgroups#!topic/guava-discuss/V2puosAWGkg
It seems that the following collections should be marked as Serializable:
- Collections2.…
-
[#6018](https://ghc.haskell.org/trac/ghc/ticket/6018)
Short-term todos:
- [ ] Note [Branched instance checking] in FamInstEnv.hs does not exist but is referenced from OptCoercions and CoAxiom
Questi…
-
```
Following the discussion in
https://groups.google.com/forum/?fromgroups#!topic/guava-discuss/V2puosAWGkg
It seems that the following collections should be marked as Serializable:
- Collections2.…
-
```
Following the discussion in
https://groups.google.com/forum/?fromgroups#!topic/guava-discuss/V2puosAWGkg
It seems that the following collections should be marked as Serializable:
- Collections2.…
-
The relevant file is `Convert.lhs`. Right now I have lots of `undefined`s there.
-
When trying to compile ide-backend-common (which is pulled in as a dependency) I get the following error:
```
Configuring ide-backend-common-0.9.0...
Building ide-backend-common-0.9.0...
Preprocessin…
-
I've run into the failure below; I think the culprit may be the monad-control stack. I also noticed there are no bounds on dependencies: I would (personally) recommend maintaining strict lower and upp…