Wed, 11 Sep 2024 23:37:23 UTC | login

Information for RPM ghc-strict-0.4.0.1-4.fc37.src.rpm

ID865298
Nameghc-strict
Version0.4.0.1
Release4.fc37
Epoch
Archsrc
SummaryStrict data types and String IO
DescriptionThis package provides strict versions of some standard Haskell data types (pairs, Maybe and Either). It also contains strict IO operations. It is common knowledge that lazy datastructures can lead to space-leaks. This problem is particularly prominent, when using lazy datastructures to store the state of a long-running application in memory. One common solution to this problem is to use 'seq' and its variants in every piece of code that updates your state. However a much easier solution is to use fully strict types to store such state values. By "fully strict types" we mean types for whose values it holds that, if they are in weak-head normal form, then they are also in normal form. Intuitively, this means that values of fully strict types cannot contain unevaluated thunks. To define a fully strict datatype, one typically uses the following recipe. 1. Make all fields of every constructor strict; i.e., add a bang to all fields. 2. Use only strict types for the fields of the constructors. The second requirement is problematic as it rules out the use of the standard Haskell 'Maybe', 'Either', and pair types. This library solves this problem by providing strict variants of these types and their corresponding standard support functions and type-class instances. Note that this library does currently not provide fully strict lists. They can be added if they are really required. However, in many cases one probably wants to use unboxed or strict boxed vectors from the 'vector' library (<http://hackage.haskell.org/package/vector>) instead of strict lists. Moreover, instead of 'String's one probably wants to use strict 'Text' values from the 'text' library (<http://hackage.haskell.org/package/text>). This library comes with batteries included; i.e., mirror functions and instances of the lazy versions in 'base'. It also includes instances for type-classes from the 'deepseq', 'binary', and 'hashable' packages.
Build Time2022-11-01 12:55:52 GMT
Size35.45 KB
519226e648dea1eac9c36f5e33abf602
LicenseBSD
Buildrootf37-build-664017-74027
Provides
ghc-strict = 0.4.0.1-4.fc37
ghc-strict-debuginfo = 0.4.0.1-4.fc37
ghc-strict-debugsource = 0.4.0.1-4.fc37
ghc-strict-devel = 0.4.0.1-4.fc37
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
ghc-Cabal-devel
ghc-assoc-prof
ghc-base-prof
ghc-binary-prof
ghc-bytestring-prof
ghc-deepseq-prof
ghc-hashable-prof
ghc-rpm-macros
ghc-text-prof
ghc-these-prof
ghc-transformers-prof
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 3 of 3
Name ascending sort Size
ghc-strict.spec9.41 KB
strict-0.4.0.1.cabal4.09 KB
strict-0.4.0.1.tar.gz12.20 KB
Component of No Buildroots