superrecord: Supercharged anonymous records

[ bsd3, library, records ] [ Propose Tags ]

Anonymous records with various useful utilities


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
ghcjsnativerecord

When compiling with GHCJS, use native JavaScript records as underlying representation

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.3.0.0, 0.5.0.0, 0.5.0.1, 0.5.1.0
Change log CHANGELOG.md
Dependencies aeson (>=1.0 && <1.6), base (>=4.9 && <4.15), bytestring (>=0.10), constraints, deepseq (>=1.4), ghc-prim (>=0.5), ghcjs-base, mtl (>=2.1), text (>=1.2) [details]
License BSD-3-Clause
Copyright 2017-2018 Alexander Thiemann <mail@athiemann.net>
Author Alexander Thiemann
Maintainer mail@athiemann.net
Revised Revision 1 made by phadej at 2022-07-08T13:00:58Z
Category Records
Home page https://github.com/agrafix/superrecord#readme
Source repo head: git clone https://github.com/agrafix/superrecord
Uploaded by AlexanderThiemann at 2020-06-20T19:12:15Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 4199 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-06-20 [all 1 reports]

Readme for superrecord-0.5.1.0

[back to package description]

SuperRecord

CircleCI

Hackage: superrecord

Supercharged (fast!) anonymous records and variants (open sums) for Haskell.

For an introduction to anonymous records read this blog post or watch this talk.