dotfiles/nvim/ultisnips/dhall.snippets

5 lines
79 B
Plaintext
Raw Normal View History

2020-12-12 03:05:06 +00:00
snippet func "Function"
λ(${1:$PARAM : $TYPE}) → ${2:OUTPUT} $0
endsnippet