[Ur] where to put disjointness proof when concatenating two type level records?

Gergely Buday gbuday at gmail.com
Thu Dec 15 15:18:44 EST 2011


> My goal was to write a type level projection function - but looks like I
> can't do it for this reason.

Is this not what you want?

con fst = K1 ==> K2 ==> fn t :: (K1 * K2) => t.1
con snd = K1 ==> K2 ==> fn t :: (K1 * K2) => t.2

- Gergely



More information about the Ur mailing list