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

[project @ 2000-03-14 09:31:48 by simonmar]

oops, missed one instance of UnsafeThawByteArrayOp.
parent 2583c200
No related merge requests found
......@@ -111,8 +111,6 @@ primCode [lhs] UnsafeFreezeArrayOp [rhs]
primCode [lhs] UnsafeFreezeByteArrayOp [rhs]
= simpleCoercion PtrRep lhs rhs
primCode [lhs] UnsafeThawByteArrayOp [rhs]
= simpleCoercion PtrRep lhs rhs
\end{code}
Returning the size of (mutable) byte arrays is just
......
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