purescript-bridge

Generate PureScript data types from Haskell data types

Version on this page:0.11.1.1
LTS Haskell 22.13:0.15.0.0
Stackage Nightly 2024-03-14:0.15.0.0
Latest on Hackage:0.15.0.0

See all snapshots purescript-bridge appears in

BSD-3-Clause licensed by Robert Klotzner
Maintained by robert . klotzner A T gmx . at
This version can be pinned in stack with:purescript-bridge-0.11.1.1@sha256:cbe037050c67eefe3f5b9b184d1d77f6d5b0fd808e79370c9df9392c726f835a,3158

purescript-bridge

Build Status

Translate your Haskell types to PureScript types. It should in theory work for almost all Haskell types, including type constructors! You just have to instantiate it with dummy parameters from e.g. “Language.PureScript.Bridge.TypeParameters”.

Data type translation is fully and easily customizable by providing your own BridgePart instances!

JSON encoding / decoding

For compatible JSON representations you should be using aeson’s generic encoding/decoding with default options and encodeJson and decodeJson from “Data.Argonaut.Generic.Aeson” in purescript-argonaut-generic-codecs.

Documentation

Usage of this library is documented in Language.Purescript.Bridge, with writePSTypes you should have everything to get started. Documentation can be found here.

Status

It works for my use case and is used in production. PRs for more PSTypes definitions and bridges are very welcome!