63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"Tuple constructors": {
|
|
"prefix": "imptuple",
|
|
"description": "Import tuple constructors",
|
|
"body": "import Data.Tuple.Nested (type (/\\), (/\\))"
|
|
},
|
|
"Map": {
|
|
"prefix": "impmap",
|
|
"description": "Import Map module",
|
|
"body": "import Data.Map as Map"
|
|
},
|
|
"HashMap": {
|
|
"prefix": "imphashmap",
|
|
"description": "Import HashMap module",
|
|
"body": "import Data.HashMap as HashMap"
|
|
},
|
|
"FRP Event": {
|
|
"prefix": "impevent",
|
|
"description": "Import FRP.Event module",
|
|
"body": "import FRP.Event as E"
|
|
},
|
|
"List": {
|
|
"prefix": "implist",
|
|
"description": "Import List module",
|
|
"body": "import Data.List as List"
|
|
},
|
|
"Array": {
|
|
"prefix": "imparray",
|
|
"description": "import Array module",
|
|
"body": "import Data.Array as Array"
|
|
},
|
|
"AVar": {
|
|
"prefix": "impavar",
|
|
"description": "import AVar module",
|
|
"body": "import Effect.Aff.AVar as AV"
|
|
},
|
|
"Object": {
|
|
"prefix": "impobject",
|
|
"description": "import Foreign.Object module",
|
|
"body": "import Foreign.Object as Object"
|
|
},
|
|
"STObject": {
|
|
"prefix": "impstobject",
|
|
"description": "import STObject module",
|
|
"body": "import Foreign.Object.ST as STObject"
|
|
},
|
|
"Ref": {
|
|
"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"
|
|
}
|
|
}
|