Пакет: libghc-binary-search-prof (2.0.0-2)
Връзки за libghc-binary-search-prof
Ресурси за Debian:
- Доклади за грешки
- Developer Information
- Журнал на промените в Debian
- Авторски права
- Управление на кръпките в Debian
Изтегляне на пакет-източник haskell-binary-search.
- [haskell-binary-search_2.0.0-2.dsc]
- [haskell-binary-search_2.0.0.orig.tar.gz]
- [haskell-binary-search_2.0.0-2.debian.tar.xz]
Отговорници:
Външни препратки:
- Начална страница [hackage.haskell.org]
Подобни пакети:
Binary and exponential searches; profiling libraries
__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>>
This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
Други пакети, свързани с libghc-binary-search-prof
|
|
|
|
-
- dep: libghc-base-prof-4.18.2.1-038db [i386]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-base-prof-4.18.2.1-3be9b [armhf]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-base-prof-4.18.2.1-75247 [arm64]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-base-prof-4.18.2.1-8e81e [amd64]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-base-prof-4.18.2.1-b5217 [riscv64]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-base-prof-4.18.2.1-b7e3b [ppc64el]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-base-prof-4.18.2.1-f2473 [s390x]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-binary-search-dev (= 2.0.0-2)
- Binary and exponential searches
-
- dep: libghc-containers-prof-0.6.7-138bd [armhf]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-containers-prof-0.6.7-3eda8 [arm64]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-containers-prof-0.6.7-69002 [ppc64el, riscv64]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-containers-prof-0.6.7-7a228 [amd64]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-containers-prof-0.6.7-a865b [i386]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-containers-prof-0.6.7-e8181 [s390x]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-transformers-prof-0.6.1.0-5335d [не armhf, i386]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-transformers-prof-0.6.1.0-6ad3c [armhf]
- виртуален пакет, предлаган от ghc-prof
-
- dep: libghc-transformers-prof-0.6.1.0-b6e44 [i386]
- виртуален пакет, предлаган от ghc-prof
Изтегляне на libghc-binary-search-prof
Архитектура | Големина на пакета | Големина след инсталиране | Файлове |
---|---|---|---|
amd64 | 53,4 кБ | 466,0 кБ | [списък на файловете] |
arm64 | 61,0 кБ | 589,0 кБ | [списък на файловете] |
armhf | 70,5 кБ | 544,0 кБ | [списък на файловете] |
i386 | 73,8 кБ | 522,0 кБ | [списък на файловете] |
ppc64el | 66,9 кБ | 729,0 кБ | [списък на файловете] |
riscv64 | 97,6 кБ | 1 039,0 кБ | [списък на файловете] |
s390x | 76,5 кБ | 862,0 кБ | [списък на файловете] |