fitspec-0.4.3: refining property sets for testing Haskell programs

Copyright(c) 2015-2017 Rudy Matela
License3-Clause BSD (see the file LICENSE)
MaintainerRudy Matela <rudy@matela.com.br>
Safe HaskellNone
LanguageHaskell2010

Test.FitSpec.ShowMutable.Tuples

Contents

Description

ShowMutable instances: septuples up to 12-tuples

This is partly a Hack that allows those instances to be hidden from Haddock. Otherwise Haddock documentation will look very ugly. It also makes Test.FitSpec.ShowMutable more readable.

Orphan instances

(ShowMutable a, ShowMutable b, ShowMutable c, ShowMutable d, ShowMutable e, ShowMutable f, ShowMutable g) => ShowMutable (a, b, c, d, e, f, g) Source # 

Methods

mutantS :: (a, b, c, d, e, f, g) -> (a, b, c, d, e, f, g) -> MutantS Source #

(ShowMutable a, ShowMutable b, ShowMutable c, ShowMutable d, ShowMutable e, ShowMutable f, ShowMutable g, ShowMutable h) => ShowMutable (a, b, c, d, e, f, g, h) Source # 

Methods

mutantS :: (a, b, c, d, e, f, g, h) -> (a, b, c, d, e, f, g, h) -> MutantS Source #

(ShowMutable a, ShowMutable b, ShowMutable c, ShowMutable d, ShowMutable e, ShowMutable f, ShowMutable g, ShowMutable h, ShowMutable i) => ShowMutable (a, b, c, d, e, f, g, h, i) Source # 

Methods

mutantS :: (a, b, c, d, e, f, g, h, i) -> (a, b, c, d, e, f, g, h, i) -> MutantS Source #

(ShowMutable a, ShowMutable b, ShowMutable c, ShowMutable d, ShowMutable e, ShowMutable f, ShowMutable g, ShowMutable h, ShowMutable i, ShowMutable j) => ShowMutable (a, b, c, d, e, f, h, g, i, j) Source # 

Methods

mutantS :: (a, b, c, d, e, f, h, g, i, j) -> (a, b, c, d, e, f, h, g, i, j) -> MutantS Source #

(ShowMutable a, ShowMutable b, ShowMutable c, ShowMutable d, ShowMutable e, ShowMutable f, ShowMutable g, ShowMutable h, ShowMutable i, ShowMutable j, ShowMutable k) => ShowMutable (a, b, c, d, e, f, g, h, i, j, k) Source # 

Methods

mutantS :: (a, b, c, d, e, f, g, h, i, j, k) -> (a, b, c, d, e, f, g, h, i, j, k) -> MutantS Source #

(ShowMutable a, ShowMutable b, ShowMutable c, ShowMutable d, ShowMutable e, ShowMutable f, ShowMutable g, ShowMutable h, ShowMutable i, ShowMutable j, ShowMutable k, ShowMutable l) => ShowMutable (a, b, c, d, e, f, g, h, i, j, k, l) Source # 

Methods

mutantS :: (a, b, c, d, e, f, g, h, i, j, k, l) -> (a, b, c, d, e, f, g, h, i, j, k, l) -> MutantS Source #