https://github.com/pauldijou/elm-map
Like a Dict, but not limited to comparable as keys. More flexible but remove any ordering on keys.
https://github.com/pauldijou/elm-map
Last synced: 2 months ago
JSON representation
Like a Dict, but not limited to comparable as keys. More flexible but remove any ordering on keys.
- Host: GitHub
- URL: https://github.com/pauldijou/elm-map
- Owner: pauldijou
- License: apache-2.0
- Created: 2017-02-26T23:12:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T23:12:35.000Z (over 8 years ago)
- Last Synced: 2025-02-04T20:43:58.755Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-map
Like a `Dict`, but not limited to `comparable` as keys. More flexible but remove any ordering on keys.
## License
This software is licensed under the Apache 2 license, quoted below.
Copyright 2017 Paul Dijou ([http://pauldijou.fr](http://pauldijou.fr)).
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.