Skip to content

Make addrToAny# levity polymorphic (#21706)

Naomi Liu requested to merge dreamsmasher/ghc:unlift-addrtoany into master

Implements #21706 (closed).

Tests involve coercing Addr# values to various lifted and unlifted types. This is my first time contributing to GHC, any feedback would be appreciated. Thank you!

Merge request reports