Hi Dominique,

Check http://hackage.haskell.org/trac/ghc/ticket/3851


Cheers,
Pedro

2010/6/22 Dominique Devriese <dominique.devriese@cs.kuleuven.be>
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 to
> 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...

Thanks for the information. Providing my own PF type families is
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