[Haskell-beginners] (SPAM 3)Re: database error simply by using a sting in a variable

Francesco Ariis fa-ml at ariis.it
Wed Dec 5 16:46:55 UTC 2018


On Wed, Dec 05, 2018 at 05:28:03PM +0100, Damien Mattei wrote:
> i begin to understand that {-# Language OverloadedStrings -#} is working
> on string but not on string in variable or concatenation , i should have
> to create an object of type Query from the String... ???

Yes, OverloadedStrings works on String *literals* not on String variables!



More information about the Beginners mailing list