Support additional Haskell snippets

Snippets make my life easier.
This commit is contained in:
William Carroll 2018-06-15 14:27:39 -04:00
parent b9d2e04efb
commit 0e73a0e77f
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: Instance
# key: inst
# --
instance $1 where
$2 = $3

View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: Undefiend
# key: nd
# --
undefined