Skip to content

Commit a78f7f5

Browse files
committed
Add lambda snippet
1 parent a868340 commit a78f7f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

neosnippets/haskell.snip

+5
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ snippet instance
3030
options head
3131
instance ${1:Class} ${2:Type} where
3232
${3:function} ${4:self} = ${0:TARGET}
33+
34+
snippet lambda
35+
abbr λ
36+
\ ${1:x} -> ${0}
37+

0 commit comments

Comments
 (0)