We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fc648 commit 6c11e53Copy full SHA for 6c11e53
snippets/haskell-mode/function
@@ -1,6 +1,7 @@
1
# -*- mode: snippet -*-
2
# name: fun
3
# key: fun
4
+# expand-env: ((yas-indent-line 'fixed))
5
# --
6
${1:function-name} :: ${2:type}
-$1 ${3:arguments} $0
7
+$1 ${3:arguments} $0
0 commit comments