MissingH-1.4.0.1: Large utility library

CopyrightCopyright (C) 2004-2011 John Goerzen
LicenseBSD3
MaintainerJohn Goerzen <jgoerzen@complete.org>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Data.Tuple.Utils

Contents

Description

This module provides various helpful utilities for dealing with lists.

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

Synopsis

Extraction

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

Take the first item out of a 3 element tuple

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

Take the second item out of a 3 element tuple

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

Take the third item out of a 3 element tuple