Skip to content

lua-purescript/purescript-unsafe-coerce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-unsafe-coerce

Latest release Build Status Dependency Status

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

bower install purescript-unsafe-coerce

Documentation

Module documentation is published on Pursuit.

About

Unsafe coercion of values

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PureScript 94.6%
  • Lua 5.4%