prelude-ls icon indicating copy to clipboard operation
prelude-ls copied to clipboard

Wrong signature of `scanr` specified

Open pier-bezuhoff opened this issue 6 years ago • 0 comments

in prelude invalid signature of scanr specified Now: (a → b → b) → b → [a] → [b] Should be: (b → a → b) → b → [a] → [b] I guess, it had been copied from haskell prelude, but here it's implemented differently

pier-bezuhoff avatar Apr 14 '18 12:04 pier-bezuhoff