Ports Search

Results 981990 of 5,623 for /devel/.(0.003 seconds)
devel/data-hash-0.2.0.1 (Score: 0.032514982)
Combinators for building fast hashing functions
Combinators for building fast hashing functions. Includes hashing functions for all basic Haskell 98 types.
devel/data-ordlist-0.4.7.0 (Score: 0.032514982)
Set and bag operations on ordered lists
This module provides set and multiset operations on ordered lists.
devel/data-pprint-0.2.4 (Score: 0.032514982)
Prettyprint and compare Data values
Prettyprint and compare Data values. * Size limit for the output * Time limit for the computation * Escape exceptions * Do not escape unicode characters * Comparison: Highlight the first difference * Comparison: Yes, No or Maybe results
devel/date-cache-0.3.0 (Score: 0.032514982)
Date cacher
Formatting time is slow. This package provides mechanisms to cache formatted date.
devel/datetime-0.3.1 (Score: 0.032514982)
Utilities to make Data.Time.* easier to use
Provides several utilities for easily converting among the various standard library Date and Time types, and for converting between these and standard external representations.
devel/deepseq-generics-0.1.1.2 (Score: 0.032514982)
GHC.Generics-based Control.DeepSeq.rnf implementation
This package provides a "GHC.Generics"-based 'Control.DeepSeq.Generics.genericRnf' function which can be used for providing a 'rnf' implementation.
devel/directory-tree-0.12.0 (Score: 0.032514982)
Simple directory-like tree datatype, with useful IO functions
A simple directory-like tree datatype, with useful IO functions and Foldable and Traversable instance. Provides a simple data structure mirroring a directory tree on the filesystem, as well as useful functions for reading and writing file and directory structures in the IO monad.
devel/dlist-instances-0.1 (Score: 0.032514982)
Difference lists instances
This package is the canonical source for some orphan instances. Orphan instances are placed here to avoid dependencies elsewhere.
devel/fgl-5.5.2.1 (Score: 0.032514982)
Martin Erwig Functional Graph Library
An inductive representation of manipulating graph data structures.
devel/dlist-0.7.1.1 (Score: 0.032514982)
Difference lists
Differences lists are a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing, (e.g. with the Writer monad), where list append quickly becomes too expensive.