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