I made a snippet for defining a function in Haskell. Everything works well, with one exception:
If I use the snippet
<snippet>
<content><![CDATA[ ${0:f} :: $1
${0:f} $2 = $3]]></content>
</snippet>
everything works correctly. However, I don’t want the space in front of the function name, so I remove it:
<content><