No subject


Sun Oct 23 10:51:38 CEST 2011


instance Arrow (->) where
    arr f = f
    first f = f *** id
    second f = id *** f
    (***) f g ~(x,y) = (f x, g y)



More information about the Libraries mailing list