An open API service indexing awesome lists of open source software.

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

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.