hackage.haskell.org : spooky
In scenarios where newtypes are not well supported, we may need to use type aliases instead for various reasons. This means we give away type safety and static analysis tooling. We can get this safety back with Spooky. When we compile with -f typed, we get a type check using newtypes. When compiled without the flag we get the same code type checking with type aliases.
Registry
- JSON
- codemeta.json
purl: pkg:hackage/spooky
Keywords:
bsd3
, data
, library
, Propose Tags
License: BSD-3-Clause
Latest release: about 4 years ago
First release: about 4 years ago
Downloads: 159 total
Last synced: 1 day ago