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

https://github.com/purescript/purescript-safe-coerce

Library support for the compiler-builtin Coercible type class.
https://github.com/purescript/purescript-safe-coerce

Last synced: 9 days ago
JSON representation

Library support for the compiler-builtin Coercible type class.

Awesome Lists containing this project

README

          

# purescript-safe-coerce

[![Latest release](http://img.shields.io/github/release/purescript/purescript-safe-coerce.svg)](https://github.com/purescript/purescript-safe-coerce/releases)
[![Build status](https://github.com/purescript/purescript-safe-coerce/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-safe-coerce/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-safe-coerce/badge)](https://pursuit.purescript.org/packages/purescript-safe-coerce)

Safe zero-cost coercions for PureScript, making use of the compiler builtin `Coercible` class.

## Installation

```
spago install safe-coerce
```