[Haskell-cafe] Pairing function

ok ok at cs.otago.ac.nz
Sun Sep 9 22:32:19 EDT 2007


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?



More information about the Haskell-Cafe mailing list