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
The compiler module has a state monad within a state monad to keep track of the allocations of temporary and permanent variables. Consider collapsing this into a single state with a tuple of (temporary, permanent) allocations.
The compiler module has a state monad within a state monad to keep track of the allocations of temporary and permanent variables. Consider collapsing this into a single state with a tuple of (temporary, permanent) allocations.
hasklog/src/Hasklog/Compiler.hs
Line 263 in aa7ff57
The text was updated successfully, but these errors were encountered: