Skip to content

Commit

Permalink
Merge pull request #2 from natefaubion/update-variant
Browse files Browse the repository at this point in the history
Rewrite with purescript-variants, add Streaming effects
  • Loading branch information
natefaubion authored Apr 28, 2017
2 parents de3a177 + ab72820 commit cdf2d1b
Show file tree
Hide file tree
Showing 11 changed files with 456 additions and 315 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/src/.webpack.js
npm-debug.log
.psa-stash
.vscode
4 changes: 3 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"purescript-tailrec": "^3.0.0",
"purescript-tuples": "^4.0.0",
"purescript-type-equality": "^2.0.0",
"purescript-unsafe-coerce": "^3.0.0"
"purescript-unsafe-coerce": "^3.0.0",
"purescript-variant": "^1.1.0",
"purescript-profunctor": "^3.0.0"
},
"devDependencies": {
"purescript-monad-loops": "^0.4.0"
Expand Down
242 changes: 0 additions & 242 deletions src/Control/Monad/Run.purs

This file was deleted.

Loading

0 comments on commit cdf2d1b

Please sign in to comment.