| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
Data.Repa.Option
Description
Data types used during low-level fusion optimisations.
These types are synonyms for Maybe (a, b), which are strict in the
components. They can be used to ensure that we do not suspend the
computation that produces these components in fused code.