about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/reason-mode/function
blob: 6b4b6a5db2a741ba253a3786ecb54f68d13bb804 (plain) (blame)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: Function
# key: fn
# --
let $1 = (~$2:$3) => {
  $4
};