jcollard / core

Elm's core libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm Core Libraries

Build Status

Every Elm project needs the core libraries. They provide basic functionality including:

  • Basic operations like addition and subtraction
  • Core data structures like lists, dictionaries, and sets
  • Underlying implementation of Signals
  • Core rendering libraries

About

Elm's core libraries

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 50.2%Language:JavaScript 49.8%