About

Metadata

  • Last updated , by vmchale
  • License BSD-3-Clause
  • Maintained by: vamchale@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    development (off by default)

    Enable `-Werror`

Readme

hs2ats

This is a tool to convert Haskell types to ATS types.

Example use:

hs2ats --src DataTypes.hs --target generated_types.sats

Note that hs2ats does not preserve strictness semantics.

Installation

Install cabal. Then:

cabal new-install hs2ats