yasnippet/extras/imported/haskell-mode/t <- f t.yasnippet
2009-08-29 17:59:02 +00:00

6 lines
128 B
Plaintext

# -*- mode: snippet -*-
# contributor: Translated from TextMate Snippet
# name: t <- f t
# binding: "^,"
# --
${1:t} <- ${0:f t}