Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdepillabout/world-peace

open union and open product types in Haskell
https://github.com/cdepillabout/world-peace

hacktoberfest haskell open-sum-types

Last synced: 2 months ago
JSON representation

open union and open product types in Haskell

Awesome Lists containing this project

README

        

Data.WorldPeace
==========================

[![Build Status](https://github.com/cdepillabout/world-peace/workflows/CI/badge.svg)](https://github.com/cdepillabout/world-peace/actions)
[![Hackage](https://img.shields.io/hackage/v/world-peace.svg)](https://hackage.haskell.org/package/world-peace)
[![Stackage LTS](http://stackage.org/package/world-peace/badge/lts)](http://stackage.org/lts/package/world-peace)
[![Stackage Nightly](http://stackage.org/package/world-peace/badge/nightly)](http://stackage.org/nightly/package/world-peace)
![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)

This package defines open union and open product types. It also defines many
combinators for working with these types.

See the [hackage documentation](https://hackage.haskell.org/package/world-peace)
for more explanation and examples.