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
When FIFOs were replaced with a faster implementation, some of their operations were never replaced, including andmap. The new (and old commented-out) implementation can be found in /lib/stdlib.hs.
When FIFOs were replaced with a faster implementation, some of their operations were never replaced, including
andmap
. The new (and old commented-out) implementation can be found in/lib/stdlib.hs
.Fixing this should fix issue #16.
The text was updated successfully, but these errors were encountered: