I have a question on pattern matching:
Is it possible to somehow match a (string ++ [char] ++ anotherstring)?
I have tried something like:
f
You can do this kind of pattern matching similar to the way proposed here:
Haskell pattern matching conundrum