about summary refs log tree commit diff
path: root/users/grfn/emacs.d/snippets/haskell-mode/shut up, hlint
blob: fccff1d66f29408e102832920f244d50b01433eb (plain) (blame)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: shut up, hlint
# key: dupl
# expand-env: ((yas-indent-line 'fixed))
# --
{-# ANN module ("HLint: ignore Reduce duplication" :: String) #-}