[Haskell-cafe] Playing with ATs again

Andrew Coppin andrewcoppin at btinternet.com
Thu Aug 5 02:41:17 EDT 2010


Victor Nazarov wrote:
> I think it is more simple like:
>
> class Bijection a b where
>   ...
>
> type LeftToRight a = (Bijection a b) => b
> type RightToLeft b = (Bijection a b) => a
>   

Hmm, yes... That looks like it could work.



More information about the Haskell-Cafe mailing list