yasnippet/extras/imported/erlang-mode/Fun Expression.yasnippet
2009-08-29 17:59:02 +00:00

9 lines
170 B
Plaintext

# -*- mode: snippet -*-
# key: fun
# contributor: Translated from TextMate Snippet
# name: Fun Expression
# --
fun
(${1:pattern})${2: when ${3:guard}} ->
${4:body}
end