uulib-0.9.23: Haskell Utrecht Tools Library

Safe HaskellSafe
LanguageHaskell98

UU.Util.Utils

Documentation

newtype Id x Source #

Constructors

Id x 

cross :: (a -> c) -> (b -> d) -> (a, b) -> (c, d) Source #

split :: (a -> b) -> (a -> c) -> a -> (b, c) Source #

fst3 :: (a, b, c) -> a Source #

snd3 :: (a, b, c) -> b Source #

thd3 :: (a, b, c) -> c Source #