about summary refs log tree commit diff
path: root/users/grfn/emacs.d/snippets/haskell-mode/annotation
# key: ann
# name: annotation
# expand-env: ((yas-indent-line 'fixed))
# --
{-# ANN ${1:module} ("${2:HLint: ignore ${3:Reduce duplication}}" :: String) #-}