5 Dec
2018
5 Dec
'18
4:46 p.m.
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!