You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importPreludeimportData.ArrayasAimportData.SequenceasSeq
s = Seq.fromFoldable $ A.range 010000
s == s
.psci_modules/Data.FingerTree/index.js:576
var snoc = function (dictMonoid) {
^
RangeError: Maximum call stack size exceeded
at snoc (.psci_modules/Data.FingerTree/index.js:576:21)
at snocAll (.psci_modules/Data.FingerTree/index.js:606:17)
at toFingerTree (.psci_modules/Data.FingerTree/index.js:615:20)
at deepL (.psci_modules/Data.FingerTree/index.js:646:25)
at .psci_modules/Data.FingerTree/index.js:637:28
at .psci_modules/Data.Lazy/foreign.js:6:9
at Module.force (.psci_modules/Data.Lazy/foreign.js:13:10)
at .psci_modules/Data.FingerTree/index.js:658:76
at .psci_modules/Data.FingerTree/index.js:637:112
at .psci_modules/Data.Lazy/foreign.js:6:9
The text was updated successfully, but these errors were encountered:
Hello,
This simple code throws an error:
The text was updated successfully, but these errors were encountered: