prologue-3.2.2: Better, more general Prelude exporting common utilities.

Safe HaskellNone
LanguageHaskell2010

Prologue.Text.Show.Styled

Documentation

class StyledShow style a where Source #

Minimal complete definition

styledShow

Methods

styledShow :: style -> a -> StyledShowOutput style Source #

Instances

StyledShow1 style a => StyledShow style (a t) Source # 

Methods

styledShow :: style -> a t -> StyledShowOutput style Source #

class StyledShow1 style a where Source #

Minimal complete definition

styledShow1

Methods

styledShow1 :: forall t1. style -> a t1 -> StyledShowOutput style Source #

Instances

StyledShow2 style a => StyledShow1 style (a t) Source # 

Methods

styledShow1 :: style -> a t t1 -> StyledShowOutput style Source #

class StyledShow2 style a where Source #

Minimal complete definition

styledShow2

Methods

styledShow2 :: forall t1 t2. style -> a t1 t2 -> StyledShowOutput style Source #