dotfiles/.emacs.d/snippets/erlang-mode/imp

6 lines
119 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
#name : -import([]).
#contributor : hitesh <hitesh.jasani@gmail.com>
# --
-import(${1:lists}, [${2:map/2, sum/1}]).
$0