软件包:libghc-indexed-traversable-dev(0.1.4-1)
libghc-indexed-traversable-dev 的相关链接
Debian 的资源:
下载源码包 haskell-indexed-traversable:
- [haskell-indexed-traversable_0.1.4-1.dsc]
- [haskell-indexed-traversable_0.1.4.orig.tar.gz]
- [haskell-indexed-traversable_0.1.4-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [hackage.haskell.org]
相似软件包:
Indexed Traversables for Haskell
This package provides three useful generalizations: class Functor f => FunctorWithIndex i f | f -> i where \ imap :: (i -> a -> b) -> f a -> f b
class Foldable f => FoldableWithIndex i f | f -> i where \ ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m
class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i where \ itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b)
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-indexed-traversable-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.27)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-array-dev-0.5.6.0-65c23
- 本虚包由这些包填实: ghc
-
- dep: libghc-base-dev-4.18.2.1-b5217
- 本虚包由这些包填实: ghc
-
- dep: libghc-containers-dev-0.6.7-69002
- 本虚包由这些包填实: ghc
-
- dep: libghc-transformers-dev-0.6.1.0-5335d
- 本虚包由这些包填实: ghc
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- 多精度运算库