diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-09-23 14:36:40 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-09-25 12:42:26 +0200 |
commit | fb4092642f057f258d07cd6979925f4e2579eda6 (patch) | |
tree | 6a95907eac2c706669c61b5e62791d123d73bd67 /libraries/stm | |
parent | 1395185f56cda4774d27ae419b10f570276b674d (diff) | |
download | haskell-fb4092642f057f258d07cd6979925f4e2579eda6.tar.gz |
Weak: Don't require wrapping/unwrapping of finalizers
To quote Simon Marlow,
We don't expect users to ever write code that uses mkWeak# or
finalizeWeak#, we have safe interfaces to these. Let's document the type
unsafety and fix the problem with () without introducing any overhead.
Updates stm submodule.
Diffstat (limited to 'libraries/stm')
m--------- | libraries/stm | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libraries/stm b/libraries/stm -Subproject 8fb3b3336971d784c091dbca674ae1401e506e7 +Subproject f7db2c3df86ec644e5e06baa8090a1cb525754e |