1
Fork 0

oops, accidentally deleted shit

This commit is contained in:
Matei Adriel 2022-08-10 16:43:26 +03:00
parent 2497c51550
commit e8e43c9c06
6 changed files with 15 additions and 9 deletions
dotfiles/vscode-snippets/snippets/purescript

View file

@ -48,5 +48,15 @@
"prefix": "impref",
"description": "import Effect.Ref module",
"body": "import Effect.Ref as Ref"
},
"Int": {
"prefix": "impint",
"description": "import Data.Int module",
"body": "import Data.Int as Int"
},
"Number": {
"prefix": "impnumber",
"description": "import Data.Number module",
"body": "import Data.Number as Number"
}
}