| Copyright | (c) Stanford University 2015 |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | ezyang@cs.stanford.edu |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.NF.Internal
Description
Documentation
NF is an abstract data type representing data which has been
evaluated to normal form. Specifically, if a value of type
is in weak head normal form, then it is in reduced normal form;
alternatively, it is only necessary to NF aseq an to assure that
it is fully evaluated.NF a