I wanted to use the standard name for the function

        pair :: (a -> b) -> (a -> c) -> (a -> (b,c))

        pair f g x = (f x, g x)

but I can find no such function in the Report or its Libraries.
Is there a recommended name for this?

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to