text-show-instances-3.5: Additional instances for text-show

Copyright(C) 2014-2017 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