软件包:libghc-abstract-deque-dev(0.3-13) [debports]
abstract, parameterized interface to mutable Deques
An abstract interface to highly-parameterizable queues/deques.
Background: There exists a feature space for queues that extends between:
* simple, single-ended, non-concurrent, bounded queues * double-ended, threadsafe, growable queueswith important points inbetween (such as the queues used for work-stealing).
This package includes an interface for Deques that allows the programmer to use a single API for all of the above, while using the type-system to select an efficient implementation given the requirements (using type families).
This package also includes a simple reference implementation based on IORef and Data.Sequence.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-abstract-deque-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.2)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-array-dev-0.5.6.0-3963a
- 本虚包由这些包填实: ghc
-
- dep: libghc-base-dev-4.18.2.1-e617e
- 本虚包由这些包填实: ghc
-
- dep: libghc-containers-dev-0.6.7-338ff
- 本虚包由这些包填实: ghc
-
- dep: libghc-random-dev-1.2.1.2-30746
- 本虚包由这些包填实: libghc-random-dev
-
- dep: libghc-time-dev-1.12.2-6bde0
- 本虚包由这些包填实: ghc
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- 多精度运算库