Safe HaskellSafe-Inferred

Bug973

Synopsis

Documentation

showRead #

Arguments

:: forall a b. (Show a, Read b) 
=> a

this gets turned into a string...

-> b

...from which this is read

showRead' #

Arguments

:: forall b a. (Show a, Read b) 
=> a

this gets turned into a string...

-> b

...from which this is read

Same as showRead, but with type variable order flipped