display-haskell-do-0.1.0.0: A display API for HaskellDO

LicenseApache
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

Displayable

Contents

Description

Display-HaskellDO - An API to display media in HaskellDO

Documentation

Orphan instances

Displayable Bool Source # 

Methods

display :: Bool -> Display Source #

Displayable Char Source # 

Methods

display :: Char -> Display Source #

Displayable Double Source # 
Displayable Float Source # 
Displayable Int Source # 

Methods

display :: Int -> Display Source #

Displayable () Source # 

Methods

display :: () -> Display Source #

Displayable Text Source # 

Methods

display :: Text -> Display Source #

Show a => Displayable [a] Source # 

Methods

display :: [a] -> Display Source #

Show a => Displayable (Maybe a) Source # 

Methods

display :: Maybe a -> Display Source #

Show a => Displayable (Identity a) Source # 
(Show a, Show e) => Displayable (Either e a) Source # 

Methods

display :: Either e a -> Display Source #

(Show a, Show b) => Displayable (a, b) Source # 

Methods

display :: (a, b) -> Display Source #

(Show a, Show b, Show c) => Displayable (a, b, c) Source # 

Methods

display :: (a, b, c) -> Display Source #

(Show a, Show b, Show c, Show d) => Displayable (a, b, c, d) Source # 

Methods

display :: (a, b, c, d) -> Display Source #

(Show a, Show b, Show c, Show d, Show e) => Displayable (a, b, c, d, e) Source # 

Methods

display :: (a, b, c, d, e) -> Display Source #

(Show a, Show b, Show c, Show d, Show e, Show f) => Displayable (a, b, c, d, e, f) Source # 

Methods

display :: (a, b, c, d, e, f) -> Display Source #

(Show a, Show b, Show c, Show d, Show e, Show f, Show g) => Displayable (a, b, c, d, e, f, g) Source # 

Methods

display :: (a, b, c, d, e, f, g) -> Display Source #

(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h) => Displayable (a, b, c, d, e, f, g, h) Source # 

Methods

display :: (a, b, c, d, e, f, g, h) -> Display Source #

(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h, Show i) => Displayable (a, b, c, d, e, f, g, h, i) Source # 

Methods

display :: (a, b, c, d, e, f, g, h, i) -> Display Source #

(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h, Show i, Show j) => Displayable (a, b, c, d, e, f, g, h, i, j) Source # 

Methods

display :: (a, b, c, d, e, f, g, h, i, j) -> Display Source #

(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h, Show i, Show j, Show k) => Displayable (a, b, c, d, e, f, g, h, i, j, k) Source # 

Methods

display :: (a, b, c, d, e, f, g, h, i, j, k) -> Display Source #

(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h, Show i, Show j, Show k, Show l) => Displayable (a, b, c, d, e, f, g, h, i, j, k, l) Source # 

Methods

display :: (a, b, c, d, e, f, g, h, i, j, k, l) -> Display Source #

(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h, Show i, Show j, Show k, Show l, Show m) => Displayable (a, b, c, d, e, f, g, h, i, j, k, l, m) Source # 

Methods

display :: (a, b, c, d, e, f, g, h, i, j, k, l, m) -> Display Source #

(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h, Show i, Show j, Show k, Show l, Show m, Show n) => Displayable (a, b, c, d, e, f, g, h, i, j, k, l, m, n) Source # 

Methods

display :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n) -> Display Source #

(Show a, Show b, Show c, Show d, Show e, Show f, Show g, Show h, Show i, Show j, Show k, Show l, Show m, Show n, Show o) => Displayable (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) Source # 

Methods

display :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) -> Display Source #