MissingH-1.0.2.1: Large utility librarySource codeContentsIndex
Data.Tuple.Utils
Portabilityportable
Stabilityprovisional
MaintainerJohn Goerzen <jgoerzen@complete.org>
Contents
Extraction
Description

This module provides various helpful utilities for dealing with lists.

Written by Neil Mitchell, http://www.cs.york.ac.uk/~ndm/

Synopsis
fst3 :: (a, b, c) -> a
snd3 :: (a, b, c) -> b
thd3 :: (a, b, c) -> c
Extraction
fst3 :: (a, b, c) -> aSource
Take the first item out of a 3 element tuple
snd3 :: (a, b, c) -> bSource
Take the second item out of a 3 element tuple
thd3 :: (a, b, c) -> cSource
Take the third item out of a 3 element tuple
Produced by Haddock version 2.6.0