box-tuples
Version 0.2.0.4 revision 0 uploaded by mniip.
Package meta
- Synopsis
- A hack to use GHC.Prim primitives in GHCi
- Description
As of now, the GHCi interactive runtime is incapable of working on unboxed tuples. In particular, it is unable to fully apply any function returning an unboxed tuple, create a function that takes a non-nullary unboxed tuple as argument, or pass a non-nullary tuple to some other function. The usual solution is to enable object code generation with
-fobject-code
. This package serves as a workaround for the cases where-fobject-code
is undesiable.- Author
- mniip
- Bug reports
- n/a
- Category
- GHC, Debug
- Copyright
- n/a
- Homepage
- n/a
- Maintainer
- mniip@mniip.com
- Package URL
- n/a
- Stability
- n/a