fitspec-0.2.2: refining property sets for testing Haskell programs

Safe HaskellNone
LanguageHaskell2010

FitSpec.ShowMutable.Tuples

Contents

Description

ShowMutable instances: septuples up to 12-tuples

This is part of a Hack that allows those instances to be hidden from Haddock. Otherwise Haddock documentation will look very ugly.

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 #