We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72acbbb + b325a33 commit 31f1f13Copy full SHA for 31f1f13
bower.json
@@ -18,10 +18,10 @@
18
],
19
"dependencies": {
20
"purescript-partial": "^1.1.2",
21
- "purescript-tuples": "^1.0.0"
+ "purescript-tuples": "^3.0.0"
22
},
23
"devDependencies": {
24
- "purescript-assert": "^1.0.0",
25
- "purescript-console": "^1.0.0"
+ "purescript-assert": "^2.0.0",
+ "purescript-console": "^2.0.0"
26
}
27
src/Data/Unfoldable.js
@@ -1,7 +1,5 @@
1
"use strict";
2
3
-// module Data.Unfoldable
4
-
5
exports.unfoldrArrayImpl = function (isNothing) {
6
return function (fromJust) {
7
return function (fst) {
0 commit comments