@hackage run-st0.1.3.3
runST without boxing penalty
Installation
Tested Compilers
Dependencies (3)
- base >=4.12 && <5
- primitive >=0.7 && <0.10
- primitive-unlifted >=2.1 Show all…
Dependents (20)
@hackage/scientific-notation, @hackage/json-syntax, @hackage/flatbuffers-builder, @hackage/protobuf-builder, @hackage/byteslice, @hackage/array-builder, Show all…
This package provides specializations of runST that avoid a needless
data-constructor allocation for the returned value.
If issue 15127 is
resolved, this package will no longer be necessary.