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
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
List.foldl (\a b -> b a) () []
does not generate a compiler error and instead spawns multiple processes and consumes all the CPU.I assume It has something to do with the fact that the type definition for the anonymous function is recursive,
a -> b -> (a -> (a -> (a -> ...
.The text was updated successfully, but these errors were encountered: