@hackage dhall-csv1.0.1

Convert bidirectionally between Dhall and CSV files.

Use this package if you want to convert between Dhall expressions and CSV. You can use this package as a library or an executable:

  • See the Dhall.Csv or Dhall.CsvToDhall modules if you want to use this package as a library

  • Use the dhall-to-csv or csv-to-dhall programs from this package if you want an executable

The Dhall.Csv and Dhall.CsvToDhall modules also contains instructions for how to use this package