Package

purescript-unsafe-coerce

Repository
purescript/purescript-unsafe-coerce
License
BSD-3-Clause
Uploaded by
JordanMartinez
Published on
2022-04-27T14:15:44Z

Latest release Build status Pursuit

A highly unsafe function, which can be used to persuade the type system that any type is the same as any other type. When using this function, it is your (that is, the caller's) responsibility to ensure that the underlying representation for both types is the same.

There are few situations where it is acceptable to use this function, it should only ever appear as an internal implementation detail of a library, never as a function used in a "normal" codebase.

Installation

spago install unsafe-coerce

Documentation

Module documentation is published on Pursuit.

Modules
Unsafe.Coerce
Dependencies
No dependencies