Hi Dominique,
Check http://hackage.haskell.org/trac/ghc/ticket/3851
Cheers,
Pedro
José,
2010/6/22 José Pedro Magalhães <jpm@cs.uu.nl>:
> It is a known problem---multirec does not work with GHC 6.12. You have toThanks for the information. Providing my own PF type families is
> use 6.10.4.
>
> An alternative is not to use the Template Haskell stuff and provide explicit
> type signatures expanding the PF type family in the from/to functions...
indeed what I've been doing succesfully. Is this a fundamental
problem, or is there hope for a solution in a future version?
Thanks
Dominique