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
We can have an option to report functions that are marked with FUSED and allocate any constructors rather than reporting only constructors that have been marked with FUSE. This way we can figure out if any constructors need to be marked with FUSE.
Also to aid foldr/build fusion we can also mark foldr/build fused function with the FUSED pragma, and report if functions that are marked FUSED are being called by someone.
The text was updated successfully, but these errors were encountered:
We can have an option to report functions that are marked with
FUSED
and allocateany
constructors rather than reporting only constructors that have been marked withFUSE
. This way we can figure out if any constructors need to be marked withFUSE
.Also to aid foldr/build fusion we can also mark foldr/build fused function with the
FUSED
pragma, and report if functions that are markedFUSED
are being called by someone.The text was updated successfully, but these errors were encountered: