Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: hackage: regional-pointers

The library allows you to allocate memory in a region yielding a regional pointer to it. When the region terminates all pointers are automatically freed. Most importantly, a pointer can't be returned from the region. So it's impossible to reference unallocated memory. The primary technique used in this package is called "Lightweight monadic regions" which was invented by Oleg Kiselyov and Chung-chieh Shan. See: http://okmij.org/ftp/Haskell/regions.html#light-weight This technique is implemented in the regions package which is re-exported from this library. This library provides wrappers around all the Ptr functions from the Foreign.* modules of the base library.
10 versions
Latest release: over 12 years ago
6,920 downloads total

View more package details: https://packages.ecosyste.ms/registries/hackage.haskell.org/packages/regional-pointers

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/basvandijk%2Fregional-pointers

Dependent Repos 1

basvandijk/safer-file-handles
Type-safe file handling
  • ==0.8.* safer-file-handles.cabal

Size: 229 KB - Last synced: about 1 month ago - Pushed: almost 10 years ago