Skip to content

Instantly share code, notes, and snippets.

View bmo-at's full-sized avatar

Jan-Robin Aumann bmo-at

View GitHub Profile
@bmo-at
bmo-at / sml.json
Created November 9, 2020 22:07
SOSML snippets
{
"Anonymous function": {
"prefix": "anon_func",
"description": "An anonymous function declaration.",
"body": "(fn (${1:parameters}) => ${0:function_body})"
},
"String.^": {
"prefix": "String.^",
"description": [
"string * string -> string",