comparison .emacs.d/haskell-mode/snippets/haskell-mode/if.block @ 0:2764b4f45f9f

1st commit
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Mon, 21 Apr 2014 04:30:59 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:2764b4f45f9f
1 # -*- mode: snippet -*-
2 # key: if
3 # name: block if
4 # contributor: Luke Hoersten <luke@hoersten.org>
5 # --
6 if ${1:condition}
7 then ${2:undefined}
8 else ${3:undefined}$0