primal: Primeval world of Haskell.

[ algorithms, bsd3, library ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0 (info)
Change log CHANGELOG.md
Dependencies array (>=0.1), base (>=4.8.1 && <5), deepseq, ghc-prim, semigroups (>=0.18), transformers (>=0.4.2.0) [details]
License BSD-3-Clause
Copyright 2020 Alexey Kuleshevich
Author Alexey Kuleshevich
Maintainer alexey@kuleshevi.ch
Category Algorithms
Home page https://github.com/lehins/primal
Source repo head: git clone https://github.com/lehins/primal
Uploaded by lehins at 2021-01-22T04:45:38Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 524 total (11 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-01-22 [all 1 reports]

Readme for primal-0.3.0.0

[back to package description]

primal

Warning - it is still in experimental stage.

This package attempts to combine best practices from Haskell eco-system on how to deal with RealWorld, IO and ST. It also provides quite a few primitive operations through FFI and C that are either not available in older GHC or not available at all.

Unique functionality for unpacking complex types as well as atomic modification of such values.