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
Describe the bug
The current Haskell command uses the interpreter runghc for execution, which is slower compared to using the compiler ghc. This update proposes changing the command to use ghc for faster execution.
To Reproduce
Steps to reproduce the behavior:
Use the current Haskell command with runghc.
Observe the execution time.
Update the command to use ghc as proposed.
Observe the reduced execution time.
Actual behavior
The Haskell scripts execute slower using the interpreter runghc.
Expected behavior
The Haskell scripts should execute faster using the compiler ghc.
Describe the bug
The current Haskell command uses the interpreter
runghc
for execution, which is slower compared to using the compilerghc
. This update proposes changing the command to useghc
for faster execution.To Reproduce
Steps to reproduce the behavior:
runghc
.ghc
as proposed.Actual behavior
The Haskell scripts execute slower using the interpreter
runghc
.Expected behavior
The Haskell scripts should execute faster using the compiler
ghc
.Proposed Command:
The text was updated successfully, but these errors were encountered: