SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-binary-search rpm build for : OpenSuSE. For other distributions click ghc-binary-search.

Name : ghc-binary-search
Version : 1.0.0.3 Vendor : openSUSE
Release : bp150.2.6 Date : 2018-07-30 20:22:29
Group : Development/Libraries/Haskell Source RPM : ghc-binary-search-1.0.0.3-bp150.2.6.src.rpm
Size : 0.14 MB
Packager : https://bugs_opensuse_org
Summary : Binary and exponential searches
Description :
__Introduction__

This package provides varieties of binary search functions. c.f.
\"Numeric.Search\" for the examples.

These search function can search for pure and monadic predicates, of type:

> pred :: Eq b => a -> b > pred :: (Eq b, Monad m) => a -> m b

The predicates must satisfy that the domain range for any codomain value is
continuous; that is, \'∀x≦y≦z. pred x == pred z ⇒ pred y == pred x\' .

For example, we can address the problem of finding the boundary of an
upward-closed set of integers, using a combination of exponential and binary
searches.

Variants are provided for searching within bounded and unbounded intervals of
both \'Integer\' and bounded integral types.

The package was created by Ross Paterson, and extended by Takayuki Muranushi,
to be used together with SMT solvers.

__The Module Structure__

* \"Numeric.Search\" provides the generic search combinator, to search for pure
and monadic predicates. * \"Numeric.Search.Bounded\" , \"Numeric.Search.Integer\" ,
\"Numeric.Search.Range\" provides the various specialized searchers, which means
less number of function arguments, and easier to use.

< < https://travis-ci.org/nushio3/binary-search.svg?branch=master>>.

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-binary-search-1.0.0.3-bp150.2.6.x86_64.rpm
     

Provides :
ghc-binary-search
ghc-binary-search(x86-64)
libHSbinary-search-1.0.0.3-7G2leeVwXcOGRRdPEzzRoc-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)
libHScontainers-0.5.7.1-ghc8.0.2.so()(64bit)
libHSdeepseq-1.4.2.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)
libHStransformers-0.5.2.0-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/binary-search-1.0.0.3-7G2leeVwXcOGRRdPEzzRoc
/usr/lib64/ghc-8.0.2/binary-search-1.0.0.3-7G2leeVwXcOGRRdPEzzRoc/libHSbinary-search-1.0.0.3-7G2leeVwXcOGRRdPEzzRoc-ghc8.0.2.so
/usr/share/doc/packages/ghc-binary-search
/usr/share/doc/packages/ghc-binary-search/LICENSE

 
ICM