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