Proxy, new Typeable, and type-level equality

Bas van Dijk v.dijk.bas at gmail.com
Wed Apr 3 19:05:36 CEST 2013


On 3 April 2013 18:08, Richard Eisenberg <eir at cis.upenn.edu> wrote:
> What other instances should there be for (:~:)?

Maybe:

instance Category (:~:) where
    id = Refl
    Refl . Refl = Refl

Bas



More information about the Libraries mailing list