Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keathley/okasaki
https://github.com/keathley/okasaki
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/keathley/okasaki
- Owner: keathley
- Created: 2016-08-04T03:22:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T13:01:13.000Z (over 8 years ago)
- Last Synced: 2024-11-02T02:42:18.480Z (3 months ago)
- Language: Elm
- Size: 92.8 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Okasaki + Elm
Learning about purely functional data structures with Elm.
## Install Elm
This homework is written to use elm v0.16.0.
There have been major breaking changes in the language since then.### Install elm 0.16.0 on OSX
Download http://install.elm-lang.org/Elm-Platform-0.16.pkg
and install package.## Unit Tests
This repo contains unit tests for checking your answers.
### Install elm-test for 16
npm install -g [email protected]
### Run tests
elm-test test/TestRunner.elm