tvl-depot/users/glittershark/emacs.d/snippets/haskell-mode/shut up, hlint

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

6 lines
170 B
Text
Raw Normal View History

2018-09-18 16:18:20 +02:00
# -*- mode: snippet -*-
# name: shut up, hlint
# key: dupl
# expand-env: ((yas-indent-line 'fixed))
# --
{-# ANN module ("HLint: ignore Reduce duplication" :: String) #-}