default instance for IsString
Christopher Done
chrisdone at googlemail.com
Sun Apr 22 02:56:47 CEST 2012
Pretty sure it does default to String, anyway:
{-# LANGUAGE OverloadedStrings #-}
main = print (show "Hello!")
More information about the Glasgow-haskell-users
mailing list