Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ Other improvements:

## [v0.4.0](https://github.com/purescript-contrib/purescript-matryoshka/releases/tag/v0.4.0) - 2018-06-28

Updates for [email protected] @xgrommx
- Updates for [email protected] @xgrommx

## [v0.3.0](https://github.com/purescript-contrib/purescript-matryoshka/releases/tag/v0.3.0) - 2017-04-11

Updates for PureScript v0.11
- Updates for PureScript v0.11

## [v0.2.0](https://github.com/purescript-contrib/purescript-matryoshka/releases/tag/v0.2.0) - 2017-03-06

Updated `purescript-fixed-points` dependency
- Updated `purescript-fixed-points` dependency

## [v0.1.1](https://github.com/purescript-contrib/purescript-matryoshka/releases/tag/v0.1.1) - 2017-01-03

Expand All @@ -31,4 +31,3 @@ Updated `purescript-fixed-points` dependency
## [v0.1.0](https://github.com/purescript-contrib/purescript-matryoshka/releases/tag/v0.1.0) - 2016-12-30

- Initial release

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Maintainer: garyb](https://img.shields.io/badge/maintainer-garyb-teal.svg)](https://github.com/garyb)
[![Maintainer: thomashoneyman](https://img.shields.io/badge/maintainer-thomashoneyman-teal.svg)](https://github.com/thomashoneyman)

Generalized folds, unfolds, and traversals for fixed point data structures in PureScript. (A port of [Matryoshka](https://github.com/slamdata/matryoshka)).
Generalized folds, unfolds, and traversals for fixed point data structures in PureScript. (A port of [Matryoshka](https://github.com/precog/matryoshka)).

## Installation

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "purescript-matryoshka",
"homepage": "https://github.com/slamdata/purescript-matryoshka",
"homepage": "https://github.com/purescript-contrib/purescript-matryoshka",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/slamdata/purescript-matryoshka.git"
"url": "git://github.com/purescript-contrib/purescript-matryoshka.git"
},
"ignore": [
"**/.*",
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

This directory contains documentation for `matryoshka`. If you are interested in contributing new documentation, please read the [contributor guidelines](../CONTRIBUTING.md) and [What Nobody Tells You About Documentation](https://documentation.divio.com) for help getting started.

Real documentation coming soon, for now refer to the [original Matryoshka docs](https://github.com/slamdata/matryoshka/blob/master/README.md) for an explanation of the general concepts!
A port of the example used in these docs is available [here](https://github.com/slamdata/purescript-matryoshka/blob/master/test/Test/Example/Expr.purs).
A simple example showing the use of `cata`, `ana` and `hylo` is [here](https://github.com/slamdata/purescript-matryoshka/blob/master/test/Test/Example/List.purs).
Real documentation coming soon, for now refer to the [original Matryoshka docs](https://github.com/precog/matryoshka/blob/main/README.md) for an explanation of the general concepts!
A port of the example used in these docs is available [here](https://github.com/purescript-contrib/purescript-matryoshka/blob/main/test/Test/Example/Expr.purs).
A simple example showing the use of `cata`, `ana` and `hylo` is [here](https://github.com/purescript-contrib/purescript-matryoshka/blob/main/test/Test/Example/List.purs).