DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 0~git20161123-1 / haskell-mode / function
123456
# -*- mode: snippet -*- # name: fun # key: fun # -- ${1:function-name} :: ${2:type} $1 ${3:arguments} $0