文件名称:purescript-foreign-object:用于处理同类JavaScript对象的函数
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-09 15:37:16
PureScript
纯文字外来对象 用于处理PureScript中的同类JavaScript对象的函数。 与使用Map String a类似,但仅重用JavaScript对象。 安装 spago install foreign-object 例子 example = do let -- make an empty Object empty = FO .empty -- insert to an empty Object inserted = FO .insert " a " 1 empty -- or: use the singleton function -- singleton FO.singleton "a" 1 -- lookup values for existing in the Object as a result of Maybe
【文件预览】:
purescript-foreign-object-master
----.eslintrc.json(585B)
----.gitignore(106B)
----package.json(556B)
----src()
--------Foreign()
----LICENSE(1KB)
----CHANGELOG.md(2KB)
----bench()
--------Bench()
----.github()
--------PULL_REQUEST_TEMPLATE.md(606B)
--------workflows()
----README.md(2KB)
----bower.json(1KB)
----test()
--------Test()