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 ab8192b + c19bb35 commit 88d8971Copy full SHA for 88d8971
bower.json
@@ -17,7 +17,7 @@
17
"dependencies": {
18
"purescript-arrays" : "~0.3.0",
19
"purescript-maybe" : "~0.2.1",
20
- "purescript-foldable-traversable" : "~0.1.6",
+ "purescript-foldable-traversable" : "~0.2.1",
21
"purescript-unfoldable" : "~0.2.0",
22
"purescript-transformers" : "~0.3.1",
23
"purescript-lazy" : "~0.1.2",
src/Data/List/Lazy/List.purs
@@ -15,7 +15,6 @@ module Data.List.Lazy
15
, prepend
16
, prepend'
, repeat
- , scanl
, singleton
, tail
, take
@@ -61,7 +60,6 @@ module Data.List.Lazy
61
60
prepend = L.prepend
62
prepend' = L.prepend'
63
repeat = L.repeat
64
- scanl = L.scanl
65
singleton = L.singleton
66
tail = L.tail
67
take = L.take
0 commit comments