[Haskell-cafe] Help with complicated type inference

Paul Johnson paul at cogito.org.uk
Sun Apr 27 15:32:39 EDT 2008


Niklas Broberg wrote:
> How about
>
> class AmqpWireC c where
>  amqpPutC :: AmqpWire a => c a -> ...
>  amqpGetC :: AmqpWire a => ... -> c a
>   
That looks like it might work.  I'll give it a go and let you know what 
happens.

Thanks,

Paul.


More information about the Haskell-Cafe mailing list