fix indent function haskell (#261)
* fix indent function * remove extra line
This commit is contained in:
parent
79fc648da3
commit
6c11e532e8
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: fun
|
||||
# key: fun
|
||||
# expand-env: ((yas-indent-line 'fixed))
|
||||
# --
|
||||
${1:function-name} :: ${2:type}
|
||||
$1 ${3:arguments} $0
|
||||
$1 ${3:arguments} $0
|
||||
|
|
Loading…
Reference in a new issue