Files
dotfiles/.emacs.d/elpa/haskell-mode-13.12/snippets/haskell-mode/instance
2015-05-27 18:47:14 +02:00

8 lines
222 B
Plaintext

# -*- mode: snippet -*-
# key: inst
# name: instance
# condition: (= (length "inst") (current-column))
# contributor: Luke Hoersten <luke@hoersten.org>
# --
instance ${1:Class} ${2:Data} where
${3:f} = ${4:undefined}$0