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
On Wed, May 10, 2017 at 3:18 PM, David Feuer ***@***.***> wrote:
GHC 8.2 gives noDuplicate# a polymorphic type (to allow it to be used for
lazy ST). I believe that should allow you to remove an unsafeCoerce or
two.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAQwrGNKPrbuJpuCP0ZY0GEL2NwKIMBks5r4g2JgaJpZM4NXGs9>
.
GHC 8.2 gives
noDuplicate#
a polymorphic type (to allow it to be used for lazyST
). I believe that should allow you to remove anunsafeCoerce
or two.The text was updated successfully, but these errors were encountered: