about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/haskell-mode/instance-defn
blob: 10d194ce41f0047544351f8c07b4f05e2b64b179 (plain) (blame)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: Instance
# key: inst
# --
instance $1 where
  $2 = $3