composable-associations: Types and helpers for composing types into a single larger key-value type.

[ bsd3, library, web ] [ Propose Tags ]

A library providing generic types and helpers for composing types together into a a single key-value type.

This is useful when a normalized data model has a denormalized serialization format. Using this libraries types and functions you build compose your data into the denormalized key-value format needed for serialization. Other libraries provide concrete implementations for a given serialization format.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright 2017 Samuel Protas
Author Sam Protas
Maintainer sam.protas@gmail.com
Category Web
Home page https://github.com/SamProtas/composable-associations#readme
Source repo head: git clone https://github.com/SamProtas/composable-associations/tree/master/composable-associations
Uploaded by smprts at 2017-07-24T03:00:04Z
Distributions LTSHaskell:0.1.0.0, NixOS:0.1.0.0, Stackage:0.1.0.0
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1506 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-07-24 [all 1 reports]

Readme for composable-associations-0.1.0.0

[back to package description]

composable-associations

Build Status BSD Haskell Hackage

This package defines basic types, helper functions and Lens's. You'll probably want to import a more specific version of this library (like composable-associations-aeson) to get access to some useful type class instances.

Documentation available on Hackage.