default instance for IsString

J. Garrett Morris jgmorris at cs.pdx.edu
Mon Apr 23 20:34:13 CEST 2012


On Mon, Apr 23, 2012 at 9:58 AM, Yitzchak Gale <gale at sefer.org> wrote:
> In addition, OverloadedStrings is unsound.

No.  OverloadedStrings treats string literals as applications of
fromString to character list constants.  fromString can throw errors,
just like fromInteger; this is no less sound than any Haskell function
throwing an exception.

 /g


--
"Would you be so kind as to remove the apricots from the mashed potatoes?"



More information about the Glasgow-haskell-users mailing list