We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a868340 commit a78f7f5Copy full SHA for a78f7f5
neosnippets/haskell.snip
@@ -30,3 +30,8 @@ snippet instance
30
options head
31
instance ${1:Class} ${2:Type} where
32
${3:function} ${4:self} = ${0:TARGET}
33
+
34
+snippet lambda
35
+abbr λ
36
+ \ ${1:x} -> ${0}
37
0 commit comments