view .emacs.d/haskell-mode/snippets/haskell-mode/instance @ 0:2764b4f45f9f

1st commit
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Mon, 21 Apr 2014 04:30:59 +0900
parents
children
line wrap: on
line source

# -*- 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