Pretty sure it does default to String, anyway:
{-# LANGUAGE OverloadedStrings #-}main = print (show "Hello!") _______________________________________________ Glasgow-haskell-users mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
