Building HEAD fails: Couldn't match expected type `[Var]' against inferred type `TcDictBinds
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20061212123922.GA7653__30456.9823937074$1165927174$gmane$org@matrix.chaos.earth.li> |
Hi all,
The HEAD is failing to build for me with
typecheck/TcRnDriver.lhs:1043:35:
Couldn't match expected type `[Var]'
against inferred type `TcDictBinds'
In the second argument of `map', namely `dict_ids'
In the first argument of `mkFunTys', namely `(map idType dict_ids)'
In the first argument of `($)', namely
`mkFunTys (map idType dict_ids)'
in stage 2.
Thanks
Ian