SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-array-memoize rpm build for : OpenSuSE. For other distributions click ghc-array-memoize.

Name : ghc-array-memoize
Version : 0.6.0 Vendor : openSUSE
Release : bp150.2.6 Date : 2018-07-30 20:22:16
Group : Development/Libraries/Haskell Source RPM : ghc-array-memoize-0.6.0-bp150.2.6.src.rpm
Size : 0.13 MB
Packager : https://bugs_opensuse_org
Summary : Memoization combinators using arrays for finite sub-domains of functions
Description :
Memoization combinators are great for providing high-performance Haskell
programs, but they can be even faster if memoization is performed on a finite,
discrete domain since an array can then be used to store results.

This package provides various combinators for doing just this, including also
combinators for quanitzing and discretizing Float/Double-valued functions.

Example:

\' fib\' :: (Int -> Int) -> Int -> Int fib\' _ 0 = 1 fib\' _ 1 = 1 fib\' rec n = rec
(n - 1) + rec (n - 2) fib :: Int -> Int fib = arrayMemoFix (0, 1000) fib\' \'.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15/standard/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-array-memoize-0.6.0-bp150.2.6.x86_64.rpm
     

Provides :
ghc-array-memoize
ghc-array-memoize(x86-64)
libHSarray-memoize-0.6.0-J9I7FMU3VcyESsCUi9OhH7-ghc8.0.2.so()(64bit)

Requires :
libHSarray-0.5.1.1-ghc8.0.2.so()(64bit)
libHSbase-4.9.1.0-ghc8.0.2.so()(64bit)
libHSghc-prim-0.5.0.0-ghc8.0.2.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.2.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.0.2/array-memoize-0.6.0-J9I7FMU3VcyESsCUi9OhH7
/usr/lib64/ghc-8.0.2/array-memoize-0.6.0-J9I7FMU3VcyESsCUi9OhH7/libHSarray-memoize-0.6.0-J9I7FMU3VcyESsCUi9OhH7-ghc8.0.2.so
/usr/share/doc/packages/ghc-array-memoize
/usr/share/doc/packages/ghc-array-memoize/LICENSE

 
ICM