j
k
j a
j l
Hi. Using normal String type I can define a pattern like:
let foo "baz" = 777 foo "baz" 777
But if I want to use ByteString, what should I do? This seems impossible, since ByteString data constructor is not available. Thanks Manlio Perillo
Back to the thread
Back to the list