uulib-0.9.12: Haskell Utrecht Tools LibrarySource codeContentsIndex
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) -> aSource
snd3 :: (a, b, c) -> bSource
thd3 :: (a, b, c) -> cSource
Produced by Haddock version 2.4.2