first-class-families/README.md

11 lines
544 B
Markdown
Raw Normal View History

2018-07-11 07:31:05 +03:00
# First-class type families [![Hackage](https://img.shields.io/hackage/v/first-class-families.svg)](https://hackage.haskell.org/package/first-class-families) [![Build Status](https://travis-ci.org/Lysxia/first-class-families.svg)](https://travis-ci.org/Lysxia/first-class-families)
2018-07-11 07:27:07 +03:00
2018-09-12 22:53:12 +03:00
[Haskell with only one type family](http://blog.poisson.chat/posts/2018-08-06-one-type-family.html) (blogpost)
2018-07-11 07:27:07 +03:00
See `src/Fcf`.
---
Contributions are welcome. Feel free to open an issue or make a PR on
[Github](https://github.com/Lysxia/first-class-families)!