MissingH-1.2.0.0: Large utility library

Portabilityportable
Stabilityprovisional
MaintainerJohn Goerzen <jgoerzen@complete.org>
Safe HaskellNone

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) -> 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