autolib-reader
Safe HaskellNone
LanguageHaskell98

Autolib.Reader.Instances

Orphan instances

Reader Int16 Source # 
Instance details

Reader Int32 Source # 
Instance details

Reader Text Source # 
Instance details

Reader Integer Source # 
Instance details

Reader Natural Source # 
Instance details

Reader String Source # 
Instance details

Reader () Source # 
Instance details

Reader Char Source # 
Instance details

Reader Double Source # 
Instance details

Reader Int Source # 
Instance details

(Integral a, Reader a) => Reader (Ratio a) Source # 
Instance details

Reader a => Reader [a] Source # 
Instance details

(Ord key1, Ord key2, Reader key1, Reader key2) => Reader (Bimap key1 key2) Source # 
Instance details

Methods

atomic_reader :: Parser (Bimap key1 key2) Source #

atomic_readerPrec :: Int -> Parser (Bimap key1 key2) Source #

reader :: Parser (Bimap key1 key2) Source #

readerPrec :: Int -> Parser (Bimap key1 key2) Source #

readerList :: Parser [Bimap key1 key2] Source #

(Reader a, Reader b) => Reader (a, b) Source # 
Instance details

(Reader a, Reader b, Reader c) => Reader (a, b, c) Source # 
Instance details

Methods

atomic_reader :: Parser (a, b, c) Source #

atomic_readerPrec :: Int -> Parser (a, b, c) Source #

reader :: Parser (a, b, c) Source #

readerPrec :: Int -> Parser (a, b, c) Source #

readerList :: Parser [(a, b, c)] Source #

(Reader a, Reader b, Reader c, Reader d) => Reader (a, b, c, d) Source # 
Instance details

Methods

atomic_reader :: Parser (a, b, c, d) Source #

atomic_readerPrec :: Int -> Parser (a, b, c, d) Source #

reader :: Parser (a, b, c, d) Source #

readerPrec :: Int -> Parser (a, b, c, d) Source #

readerList :: Parser [(a, b, c, d)] Source #

(Reader a, Reader b, Reader c, Reader d, Reader e) => Reader (a, b, c, d, e) Source # 
Instance details

Methods

atomic_reader :: Parser (a, b, c, d, e) Source #

atomic_readerPrec :: Int -> Parser (a, b, c, d, e) Source #

reader :: Parser (a, b, c, d, e) Source #

readerPrec :: Int -> Parser (a, b, c, d, e) Source #

readerList :: Parser [(a, b, c, d, e)] Source #