packages feed

row-types-0.4.0.0: README.md

Row-Types
=======

[![Build Status](https://api.travis-ci.org/target/row-types.svg?branch=master)](https://travis-ci.org/target/row-types/branches)
[![Hackage](https://img.shields.io/hackage/v/row-types.svg)](https://hackage.haskell.org/package/row-types)

Row-types is a library of open records and variants for Haskell using closed
type families and type literals (among other things...).
See [examples/Examples.lhs](https://raw.githubusercontent.com/target/row-types/master/examples/Examples.lhs)
for a literate Haskell file that functions as an overview of how this library can be used,
and check out [the website](https://target.github.io/row-types/) for further examples.

Available on [Hackage](https://hackage.haskell.org/package/row-types).

This work is a branch from CTRex [1,2] with other inspiration from data-diverse [3].
My thanks to the authors and contributors of those libraries!


[1] https://wiki.haskell.org/CTRex \
[2] https://hackage.haskell.org/package/CTRex/docs/Data-OpenRecords.html \
[3] https://hackage.haskell.org/package/data-diverse