text-show-instances-3.3: 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.GHC.LanguageExtensions.Type

Contents

Description

Monomorphic TextShow function for the Extension data type. This module only exports functions if using ghc-boot.

Since: 3.3

Synopsis

Documentation

showbExtension :: Extension -> Builder Source #

Convert an Extension to a Builder. This function is only available when using ghc-boot.

Since: 3.3

Orphan instances