5 lines
75 B
Text
5 lines
75 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: Lambda function
|
||
|
# key: ld
|
||
|
# --
|
||
|
(λ ($1) $2)
|