diff options
Diffstat (limited to 'libraries')
m--------- | libraries/containers | 0 | ||||
-rw-r--r-- | libraries/ghc-prim/changelog.md | 9 |
2 files changed, 0 insertions, 9 deletions
diff --git a/libraries/containers b/libraries/containers -Subproject f90e38cb170dcd68de8660dfd9d0e879921acc2 +Subproject 7fb91ca53b1aca7c077b36a0c1f8f785d177da3 diff --git a/libraries/ghc-prim/changelog.md b/libraries/ghc-prim/changelog.md index ec8df7904b..122856346f 100644 --- a/libraries/ghc-prim/changelog.md +++ b/libraries/ghc-prim/changelog.md @@ -39,15 +39,6 @@ raise# :: forall (a :: Type) {r :: RuntimeRep} (b :: TYPE r). a -> b ``` -- `reallyUnsafePtrEquality#` is now levity-polymorphic: - - ``` - reallyUnsafePtrEquality# :: forall {l :: Levity} (a :: TYPE (BoxedRep l)). a -> a -> Int# - ``` - - This means that `reallyUnsafePtrEquality#` now works on primitive arrays, - such as `Array#` and `ByteArray#`. - ## 0.8.0 (edit as necessary) |