All Projects → PkmX → rawr

PkmX / rawr

Licence: other
Anonymous extensible records and variant types

Programming Languages

haskell
3896 projects

Labels

Projects that are alternatives of or similar to rawr

rawr
Extract raw R code directly from webpages, including Github, Kaggle, Stack Overflow, and sites made using Blogdown.
Stars: ✭ 15 (-37.5%)
Mutual labels:  rawr
robinhood.tools
📈🤑💰 Advanced trading tools and resources for Robinhood Web.
Stars: ✭ 27 (+12.5%)
Mutual labels:  rawr

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].