rawr: Anonymous extensible records

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package provides anonymous extensible records using GHC 8.0 features. The major features and goals of this library are:

See Data.Rawr for a tutorial of this library.


[Skip to Readme]

Properties

Versions 0.0.0.0, 0.0.0.0, 0.0.0.1
Change log None available
Dependencies base (>=4.9 && <4.10), deepseq (>=1.4 && <1.5), ghc-prim (>=0.5 && <0.6), template-haskell (>=2.11 && <2.12) [details]
License BSD-3-Clause
Copyright 2016 PkmX
Author PkmX
Maintainer pkmx.tw@gmail.com
Category Records
Home page https://github.com/pkmx/rawr
Uploaded by pkmx at 2016-08-26T22:14:50Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for rawr-0.0.0.0

[back to package description]

RAWR! An Extensible Record Library

This library provides anonymous extensible records using GHC 8.0 features, with the following goals/features:

Documentation

See the Haddock documentation of Data.Rawr on Hackage for a detailed tutorial of this library.