summaryrefslogtreecommitdiff
path: root/haskell-mode/new class
blob: 2206efa1ded8581a99056e642f808a41e64c1241 (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: new class
# key: class
# --
class ${1:Class Name} where
      $0