https://github.com/eldesh/alt-core-elm
An alternative to the core package, it provides general data structures and a set of functions on them
https://github.com/eldesh/alt-core-elm
Last synced: about 2 months ago
JSON representation
An alternative to the core package, it provides general data structures and a set of functions on them
- Host: GitHub
- URL: https://github.com/eldesh/alt-core-elm
- Owner: eldesh
- License: mit
- Created: 2025-02-10T12:24:11.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-03-10T13:31:32.000Z (3 months ago)
- Last Synced: 2025-03-10T14:32:56.171Z (3 months ago)
- Language: Elm
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alt-core-elm
alt-core is a package for [elm-lang](https://elm-lang.org/), developed to be an extension/alternative to the core package.
This package provides:
- general and basic data structurures and
- combinators (functions) on them# Modules
This library provides modules as follows:
- Data.List
Expose all standard list functions except for `(::)` from `List` module,
and provides many other utility functions on lists.