Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ Signals/Behaviors/FRP:
- [purescript-eff](https://github.com/purescript/purescript-eff) - The Eff monad, for handling native side effects.
- [purescript-effect](https://github.com/purescript/purescript-effect) - The Effect monad, for handling native side effects in PureScript v0.12.x.

## Haskell -> Purescript Translation

- [purescript-bridge](https://github.com/eskimor/purescript-bridge) - Translate Haskell types to Purescript types; works well together with other Purescript serialization libraries

## Json Serialization

- [purescript-argonaut](https://github.com/purescript-contrib/purescript-argonaut) - Json encoding and decoding typeclasses.
Expand Down