tvl-depot/users/glittershark/emacs.d/snippets/haskell-mode/annotation

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
156 B
Text
Raw Normal View History

2018-09-18 16:18:20 +02:00
# key: ann
# name: annotation
# expand-env: ((yas-indent-line 'fixed))
# --
{-# ANN ${1:module} ("${2:HLint: ignore ${3:Reduce duplication}}" :: String) #-}