data-accessor-0.2.1: Utilities for accessing and manipulating fields of recordsSource codeContentsIndex
Data.Accessor.Tuple
Contents
Example accessors for the pair type
Synopsis
first :: T (a, b) a
second :: T (a, b) b
first3 :: T (a, b, c) a
second3 :: T (a, b, c) b
third3 :: T (a, b, c) c
Example accessors for the pair type
first :: T (a, b) aSource
Access to the first value of a pair.
second :: T (a, b) bSource
Access to the second value of a pair.
first3 :: T (a, b, c) aSource
Access to the first value of a triple.
second3 :: T (a, b, c) bSource
Access to the second value of a triple.
third3 :: T (a, b, c) cSource
Access to the third value of a triple.
Produced by Haddock version 2.4.2