test-fun-0.1.0.0: Testable functions

Safe HaskellSafe
LanguageHaskell2010

Test.Fun.Internal.Orphan

Contents

Description

Show for (:->).

Warning

This is an internal module: it is not subject to any versioning policy, breaking changes can happen at any time. It is made available only for debugging. Otherwise, use Test.Fun.

If something here seems useful, please open an issue to export it from an external module.

Orphan instances

Show r => Show (a :-> r) Source #

Pretty-printed Show instance.

Instance details

Methods

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

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

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