autolib-reader
Safe HaskellNone
LanguageHaskell98

Autolib.Reader.Link

Synopsis

Documentation

reading :: Reader a => String -> a Source #

drop-in replacement for read

newtype FromReader a Source #

Constructors

FromReader a 

Instances

Instances details
Reader a => Read (FromReader a) Source # 
Instance details

Defined in Autolib.Reader.Link

parsec_readsPrec :: Reader a => Int -> ReadS a Source #

note: cannot raise an exception here since we might be called from a classical Read parser that wants to parse a list element. this breaks for parsing the empty list curiously, it worked for non-empty lists