Popularity
7.2
Declining
Activity
0.0
Stable
26
4
4

Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data Structures     Records    

rawr alternatives and similar packages

Based on the "Records" category.
Alternatively, view rawr alternatives based on common mentions on social networks and blogs.

  • vinyl

    Extensible Records for Haskell. Pull requests welcome! Come visit us on #vinyl on freenode.

Do you think we are missing an alternative of rawr or a related project?

Add another 'Records' Package

README

RAWR! An Extensible Record Library

Build Status

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

  • The syntax should be very close to that of Haskell's record system.
  • The library should be simple to use and requires no extra boilerplate to setup.
  • There should be minimal runtime overhead and memory footprint.
  • The library does not require TemplateHaskell to use.
  • It should produce good error messages.
  • Minimal dependencies. Currently, it only depends on packages that comes with GHC.

Documentation

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