Skip to content
Jonathan Potter edited this page Jun 2, 2014 · 1 revision

This is the process you'll need to go through in order to submit code to this project:

  1. Fork and clone down the repository.
  2. Run npm install from the repository directory.
  3. Make your changes
  4. Run the build process with gulp
  5. Verify that all the tests still pass and that there are no warnings from the linter
  6. Submit a pull request

API

  • [Array](API Array)
  • [Function](API Function)
  • [Maybe](API Maybe)
  • [Object](API Object)
  • [Set](API Set)
  • [Typeclass](API Typeclass)

Guides

  • [Operators](Guide Operators)
  • [Typeclasses](Guide Typeclasses)
  • [Replacing OOP](Guide Replacing Object Oriented Programming)

General

Clone this wiki locally