leancheck-0.7.7: Enumerative property-based testing

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

Test.LeanCheck.Function.Show

Contents

Description

This module is part of LeanCheck, a simple enumerative property-based testing library.

A Show instance for functions.

Warning: this is only intended to be used in testing modules. Avoid importing this on modules that are used as libraries.

Orphan instances

(Show a, Listable a, ShowFunction b) => Show (a -> b) Source # 
Instance details

Methods

showsPrec :: Int -> (a -> b) -> ShowS #

show :: (a -> b) -> String #

showList :: [a -> b] -> ShowS #