[ 原始碼: haskell-pointedlist ]
套件:libghc-pointedlist-prof(0.6.1-12)
libghc-pointedlist-prof 的相關連結
Debian 的資源:
下載原始碼套件 haskell-pointedlist:
- [haskell-pointedlist_0.6.1-12.dsc]
- [haskell-pointedlist_0.6.1.orig.tar.gz]
- [haskell-pointedlist_0.6.1-12.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [hackage.haskell.org]
相似套件:
- libghc-pointedlist-doc
- libghc-foldable1-classes-compat-prof
- libghc-haskell-lexer-prof
- libghc-bytestring-progress-prof
- libghc-system-fileio-prof
- libghc-copilot-c99-prof
- libghc-enummapset-th-prof
- libghc-semigroupoids-prof
- libghc-text-zipper-prof
- libghc-copilot-interpreter-prof
- libghc-copilot-libraries-prof
zipper-like comonad which works as a list, tracking a position; profiling libraries
This Haskell library provides PointedList, which tracks the position in a non-empty list which works similarly to a zipper. A current item is always required, and therefore the list may never be empty. A circular PointedList wraps around to the other end when progressing past the actual edge.
This package contains the libraries compiled with profiling enabled.
其他與 libghc-pointedlist-prof 有關的套件
|
|
|
|
-
- dep: libghc-base-prof-4.18.2.1-b5217
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-binary-prof-0.8.9.1-fe2b9
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-pointedlist-dev (= 0.6.1-12)
- zipper-like comonad which works as a list, tracking a position