Result for B7FD74E7C7E2BB028D31F901D31BA2FF01263D34

Query result

Key Value
FileName./usr/lib64/ghc-8.10.7/strict-0.4.0.1/libHSstrict-0.4.0.1-CfB1LTmmUwYGE3xArIJ0Jl-ghc8.10.7.so
FileSize514552
MD5CE93A7C67F70CB63F3E86448CBB1A678
SHA-1B7FD74E7C7E2BB028D31F901D31BA2FF01263D34
SHA-256272AFBFB42756282EBE454093F4D9C3A63513093897B0E637B66ED11A8207677
SSDEEP3072:6j+Iv4WTDyacy6G5xa1lf415xySlEBspl8HW+j01SpgFBEgsZiGiCkdiDY+ewS6g:6jLwIuxlfEEBsp8GfEpIq
TLSHT1DFB44626BD61CAE9CDFD1134CE764BA502043CD58F592B32166890F51E861C09BFBAFB
hashlookup:parent-total3
hashlookup:trust65

Network graph view

Parents (Total: 3)

The searched file hash is included in 3 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD5011E365CCF698A5A5FD96AE317052BB3
PackageArchx86_64
PackageDescriptionThis 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.
PackageNameghc-strict
PackageReleasedlh.15.1
PackageVersion0.4.0.1
SHA-1B640D01B103FF9895E1D51728EA86028CFF2141F
SHA-2569674EDA127557E7531E1459065C46E247D97F2ED6A2905F801BA5D0AB12AD747
Key Value
MD5EB353E05475000D26DB7AA8F62BF824E
PackageArchx86_64
PackageDescriptionThis 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.
PackageMaintainerhttps://bugs.opensuse.org
PackageNameghc-strict
PackageRelease4.1
PackageVersion0.4.0.1
SHA-1403DD7F56F95E3EDD6A310564F01DA8177A4BA98
SHA-25641EB2AAFE8186CD15E8812338C6B7129C5D154D80B75720E681431535AE95955
Key Value
MD57C1CADE92B095FC9E4D203FF01FCF2AB
PackageArchx86_64
PackageDescriptionThis 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.
PackageNameghc-strict
PackageRelease9.2
PackageVersion0.4.0.1
SHA-116F41D269DCBF05B62FE446D33260356FB496F96
SHA-2566B0AB59153D9BA6AFC9C9EE7EBEBAD096FB4D319D5D1703B4C2CA254267F17FD