Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kritzcreek/purescript-matrices

Simple two-dimensional matrices backed by a flat array
https://github.com/kritzcreek/purescript-matrices

Last synced: about 2 hours ago
JSON representation

Simple two-dimensional matrices backed by a flat array

Awesome Lists containing this project

README

        

purescript-matrices
==
[![Build Status](https://travis-ci.org/kRITZCREEK/purescript-matrices.svg?branch=master)](https://travis-ci.org/kRITZCREEK/purescript-matrices)
[![Dependency Status](https://www.versioneye.com/user/projects/57ca18f769d94900419ca37d/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/57ca18f769d94900419ca37d)

purescript-matrices on Pursuit

A two-dimensional Matrix type for PureScript with a simple and straightforward
API. [Documentation is available on Pursuit](https://pursuit.purescript.org/packages/purescript-matrices)

Inspired by https://github.com/eeue56/elm-flat-matrix.

## License

Copyright 2016 Christoph Hegemann

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

See the LICENSE file for further details.