Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource ghc-strict

This 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.

Found 1 sites for ghc-strict

Found 46 RPM for ghc-strict

PackageSummaryDistributionDownload
ghc-strict-0.5-150500.3.3.1.aarch64.htmlStrict data types and String IOOpenSuSE Leap 15.6 for aarch64ghc-strict-0.5-150500.3.3.1.aarch64.rpm
ghc-strict-0.5-150500.3.3.1.ppc64le.htmlStrict data types and String IOOpenSuSE Leap 15.6 for ppc64leghc-strict-0.5-150500.3.3.1.ppc64le.rpm
ghc-strict-0.5-150500.3.3.1.s390x.htmlStrict data types and String IOOpenSuSE Leap 15.6 for s390xghc-strict-0.5-150500.3.3.1.s390x.rpm
ghc-strict-0.5-150500.3.3.1.x86_64.htmlStrict data types and String IOOpenSuSE Leap 15.6 for x86_64ghc-strict-0.5-150500.3.3.1.x86_64.rpm
ghc-strict-0.5-3.fc40.aarch64.htmlStrict data types and String IOFedora Rawhide for aarch64ghc-strict-0.5-3.fc40.aarch64.rpm
ghc-strict-0.5-3.fc40.aarch64.htmlStrict data types and String IOFedora 40 for aarch64ghc-strict-0.5-3.fc40.aarch64.rpm
ghc-strict-0.5-3.fc40.ppc64le.htmlStrict data types and String IOFedora Rawhide for ppc64leghc-strict-0.5-3.fc40.ppc64le.rpm
ghc-strict-0.5-3.fc40.ppc64le.htmlStrict data types and String IOFedora 40 for ppc64leghc-strict-0.5-3.fc40.ppc64le.rpm
ghc-strict-0.5-3.fc40.s390x.htmlStrict data types and String IOFedora Rawhide for s390xghc-strict-0.5-3.fc40.s390x.rpm
ghc-strict-0.5-3.fc40.s390x.htmlStrict data types and String IOFedora 40 for s390xghc-strict-0.5-3.fc40.s390x.rpm
ghc-strict-0.5-3.fc40.x86_64.htmlStrict data types and String IOFedora Rawhide for x86_64ghc-strict-0.5-3.fc40.x86_64.rpm
ghc-strict-0.5-3.fc40.x86_64.htmlStrict data types and String IOFedora 40 for x86_64ghc-strict-0.5-3.fc40.x86_64.rpm
ghc-strict-0.5-2.6.aarch64.htmlStrict data types and String IOOpenSuSE Ports Tumbleweed for aarch64ghc-strict-0.5-2.6.aarch64.rpm
ghc-strict-0.5-2.6.ppc64le.htmlStrict data types and String IOOpenSuSE Ports Tumbleweed for ppc64leghc-strict-0.5-2.6.ppc64le.rpm
ghc-strict-0.5-2.6.x86_64.htmlStrict data types and String IOOpenSuSE Tumbleweed for x86_64ghc-strict-0.5-2.6.x86_64.rpm
ghc-strict-0.5-2.5.s390x.htmlStrict data types and String IOOpenSuSE Ports Tumbleweed for s390xghc-strict-0.5-2.5.s390x.rpm
ghc-strict-0.5-2.4.riscv64.htmlStrict data types and String IOOpenSuSE Ports Tumbleweed for riscv64ghc-strict-0.5-2.4.riscv64.rpm
ghc-strict-0.5-1.fc39.aarch64.htmlStrict data types and String IOFedora 39 for aarch64ghc-strict-0.5-1.fc39.aarch64.rpm
ghc-strict-0.5-1.fc39.ppc64le.htmlStrict data types and String IOFedora 39 for ppc64leghc-strict-0.5-1.fc39.ppc64le.rpm
ghc-strict-0.5-1.fc39.s390x.htmlStrict data types and String IOFedora 39 for s390xghc-strict-0.5-1.fc39.s390x.rpm
ghc-strict-0.5-1.fc39.x86_64.htmlStrict data types and String IOFedora 39 for x86_64ghc-strict-0.5-1.fc39.x86_64.rpm
ghc-strict-0.4.0.1-150500.1.1.aarch64.htmlStrict data types and String IOOpenSuSE Leap 15.5 for aarch64ghc-strict-0.4.0.1-150500.1.1.aarch64.rpm
ghc-strict-0.4.0.1-150500.1.1.ppc64le.htmlStrict data types and String IOOpenSuSE Leap 15.5 for ppc64leghc-strict-0.4.0.1-150500.1.1.ppc64le.rpm
ghc-strict-0.4.0.1-150500.1.1.s390x.htmlStrict data types and String IOOpenSuSE Leap 15.5 for s390xghc-strict-0.4.0.1-150500.1.1.s390x.rpm
ghc-strict-0.4.0.1-150500.1.1.x86_64.htmlStrict data types and String IOOpenSuSE Leap 15.5 for x86_64ghc-strict-0.4.0.1-150500.1.1.x86_64.rpm
ghc-strict-0.4.0.1-9.fc38.aarch64.htmlStrict data types and String IOFedora 38 for aarch64ghc-strict-0.4.0.1-9.fc38.aarch64.rpm
ghc-strict-0.4.0.1-9.fc38.ppc64le.htmlStrict data types and String IOFedora 38 for ppc64leghc-strict-0.4.0.1-9.fc38.ppc64le.rpm
ghc-strict-0.4.0.1-9.fc38.s390x.htmlStrict data types and String IOFedora 38 for s390xghc-strict-0.4.0.1-9.fc38.s390x.rpm
ghc-strict-0.4.0.1-9.fc38.x86_64.htmlStrict data types and String IOFedora 38 for x86_64ghc-strict-0.4.0.1-9.fc38.x86_64.rpm
ghc-strict-0.4.0.1-4.fc37.aarch64.htmlStrict data types and String IOFedora 37 for aarch64ghc-strict-0.4.0.1-4.fc37.aarch64.rpm
ghc-strict-0.4.0.1-4.fc37.ppc64le.htmlStrict data types and String IOFedora 37 for ppc64leghc-strict-0.4.0.1-4.fc37.ppc64le.rpm
ghc-strict-0.4.0.1-4.fc37.s390x.htmlStrict data types and String IOFedora 37 for s390xghc-strict-0.4.0.1-4.fc37.s390x.rpm
ghc-strict-0.4.0.1-4.fc37.x86_64.htmlStrict data types and String IOFedora 37 for x86_64ghc-strict-0.4.0.1-4.fc37.x86_64.rpm
ghc-strict-0.4.0.1-2.el9.aarch64.htmlStrict data types and String IOEPEL 9 for aarch64ghc-strict-0.4.0.1-2.el9.aarch64.rpm
ghc-strict-0.4.0.1-2.el9.ppc64le.htmlStrict data types and String IOEPEL 9 for ppc64leghc-strict-0.4.0.1-2.el9.ppc64le.rpm
ghc-strict-0.4.0.1-2.el9.s390x.htmlStrict data types and String IOEPEL 9 for s390xghc-strict-0.4.0.1-2.el9.s390x.rpm
ghc-strict-0.4.0.1-2.el9.x86_64.htmlStrict data types and String IOEPEL 9 for x86_64ghc-strict-0.4.0.1-2.el9.x86_64.rpm
ghc-strict-0.4.0.1-1.9.armv7hl.htmlStrict data types and String IOOpenSuSE Ports Tumbleweed for armv7hlghc-strict-0.4.0.1-1.9.armv7hl.rpm
ghc-strict-0.4.0.1-bp154.2.13.aarch64.htmlStrict data types and String IOOpenSuSE Leap 15.4 for aarch64ghc-strict-0.4.0.1-bp154.2.13.aarch64.rpm
ghc-strict-0.4.0.1-bp154.2.13.ppc64le.htmlStrict data types and String IOOpenSuSE Leap 15.4 for ppc64leghc-strict-0.4.0.1-bp154.2.13.ppc64le.rpm
ghc-strict-0.4.0.1-bp154.2.13.x86_64.htmlStrict data types and String IOOpenSuSE Leap 15.4 for x86_64ghc-strict-0.4.0.1-bp154.2.13.x86_64.rpm
ghc-strict-0.4.0.1-bp154.2.1.armv7hl.htmlStrict data types and String IOOpenSuSE Ports Leap 15.4 for armv7hlghc-strict-0.4.0.1-bp154.2.1.armv7hl.rpm
ghc-strict-0.3.2-20.el8.aarch64.htmlStrict data types and String IOEPEL 8 for aarch64ghc-strict-0.3.2-20.el8.aarch64.rpm
ghc-strict-0.3.2-20.el8.ppc64le.htmlStrict data types and String IOEPEL 8 for ppc64leghc-strict-0.3.2-20.el8.ppc64le.rpm
ghc-strict-0.3.2-20.el8.s390x.htmlStrict data types and String IOEPEL 8 for s390xghc-strict-0.3.2-20.el8.s390x.rpm
ghc-strict-0.3.2-20.el8.x86_64.htmlStrict data types and String IOEPEL 8 for x86_64ghc-strict-0.3.2-20.el8.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet