2016-02-18 14:53:30 +01:00

6 lines
87 B
Plaintext

# -*- mode: snippet -*-
# name: rec
# key: rec
# --
let rec ${1:fun} ${2:args} =
$0