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

https://github.com/amesgen/dhall-recursive-adt

Convert recursive ADTs between Dhall and Haskell
https://github.com/amesgen/dhall-recursive-adt

dhall

Last synced: about 1 year ago
JSON representation

Convert recursive ADTs between Dhall and Haskell

Awesome Lists containing this project

README

          

# dhall-recursive-adt
[![CI](https://github.com/amesgen/dhall-recursive-adt/workflows/CI/badge.svg)](https://github.com/amesgen/dhall-recursive-adt/actions)
[![Hackage](https://img.shields.io/hackage/v/dhall-recursive-adt)](https://hackage.haskell.org/package/dhall-recursive-adt)

Convert recursive Haskell ADTs from and to [Dhall](https://dhall-lang.org).

See [the haddocks](https://hackage.haskell.org/package/dhall-recursive-adt/docs/Dhall-Deriving-Recursive.html) for documentation.