text-show-instances-3.4: Additional instances for text-show

Copyright(C) 2014-2016 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.System.Random

Contents

Description

Monomorphic TextShow function for StdGen.

Since: 2

Synopsis

Documentation

showbStdGenPrec :: Int -> StdGen -> Builder Source #

Convert a StdGen to a Builder with the given precedence.

Since: 2

Orphan instances