Improve Haskell snip.

This commit is contained in:
ujihisa 2013-07-09 19:40:01 -07:00
parent 8b360c6e20
commit a83b1b160e
1 changed files with 9 additions and 0 deletions

View File

@ -21,3 +21,12 @@ abbr main = do
main = do
${0}
snippet class
options head
class ${1:Class} ${2:a} where
${3:function} :: ${4:Type}
snippet instance
options head
instance ${1:Class} ${2:Type} where
${3:function} ${4:self} = ${0:TARGET}