yasnippet-snippets/haskell-mode/instance.yasnippet
2010-11-05 12:04:30 +01:00

8 lines
154 B
Plaintext

# -*- mode: snippet -*-
# name: instance
# key: instance
# contributor: Andrea crotti
# --
instance ${1:${2:(Show a)} => }${3:Ord} ${4:DataType} where
$0