Skip to content

Add a Typeable constraint to fromStaticPtr, addressing #19729

Added a Typeable constraint to fromStaticPtr in GHC.StaticPtr.IsStatic. As discussed at #19729 (closed), this constraint can be added without loss of generality. Updated the Haddocks, release notes, and base changelog.

Merge request reports