All Versions
5
Latest Version
Avg Release Cycle
0 days
Latest Release
2013 days ago
Changelog History
Changelog History
-
v0.2.0.0 Changes
September 15, 2019- โ Add new
Foreign.Marshal.Codensity
module to expose an equivalent interface in terms of a different monadic abstraction for continuation-based code.
- โ Add new
-
v0.1.2.1 Changes
September 14, 2019- ๐ Fix documentation bugs.
-
v0.1.2.0 Changes
September 14, 2019- Reimplement
calloc
and friends in terms ofalloca
to make them exception-safe. - โ Add
bracketContT
to add initialization and finalization hooks to an existingContT
.
- Reimplement
-
v0.1.1.0 Changes
September 14, 2019- โ Add combinators for using optics and projection functions to marshal more general types than simply lists into C arrays.
-
v0.1.0.0 Changes
September 14, 2019- ๐ Initial release.