
5 Apr
2014
5 Apr
'14
3:29 p.m.
The quotes are in my message, not part of the thing being quoted. E.g. 'What does "+" mean between two numbers?' On 4/5/2014 10:20 AM, Emanuel Koczwara wrote:
Hi,
Dnia 2014-04-05, sob o godzinie 10:13 -0500, John M. Dlugosz pisze:
The sources I've learned about thus far are not helping me with this one. What's "(# #)"? Haskell is search-hostile.
Can you provide some context? It looks like ordinary string
"(# #)" :: String
or
"(# #)" :: [Char]
Emanuel