Skip to content
Snippets Groups Projects
Commit 9295c823 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-07-22 08:51:41 by simonm]

Correct type error in previous commit.
parent 3136c6cc
No related merge requests found
......@@ -594,7 +594,7 @@ okToUnfoldInHiFile e = opt_UnfoldCasms || go e
BindDefault _ rhs -> rhs:ls
-- ok to unfold a PrimOp as long as it's not a _casm_
okToUnfoldPrimOp (CCallOp _ is_casm _ _ _ _) = not is_casm
okToUnfoldPrimOp _ = True
okToUnfoldPrimOp (CCallOp _ is_casm _ _ _) = not is_casm
okToUnfoldPrimOp _ = True
\end{code}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment