Ports Search

Results 11,35111,360 of 19,819 for %22HTTP Server%22.(0.01 seconds)
devel/MonadCatchIO-mtl-0.3.1.0 (Score: 9.2878623E-4)
Monad-transformer version of the Control.Exception module
Provides a monad-transformer version of the Control.Exception.catch Haskell function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It defines proper instances for most monad transformers in the 'mtl' library.
Monad-transformer-compatible version of Control.Exception
Provides functions to throw and catch exceptions. Unlike the functions from Control.Exception, which work in IO, these work in any stack of monad transformers (from the 'transformers' package) with IO as the base monad. You can extend this functionality to other monads, by creating an instance of the MonadCatchIO class.
devel/MonadRandom-0.4 (Score: 9.2878623E-4)
Random-number generation monad
Support for computations which consume random values.
devel/PSQueue-1.1 (Score: 9.2878623E-4)
Priority Search Queue
A priority search queue efficiently supports the opperations of both a search tree and a priority queue. A 'Binding' is a product of a key and a priority. Bindings can be inserted, deleted, modified and queried in logarithmic time, and the binding with the least priority can be retrieved in constant time. A queue can be built from a list of bindings, sorted by keys, in linear time.
devel/STMonadTrans-0.3.3 (Score: 9.2878623E-4)
Monad transformer version of the ST monad
A monad transformer version of the ST monad.
devel/Stream-0.4.7.2 (Score: 9.2878623E-4)
Library for manipulating infinite lists
This package implements functions, analogous to those from Data.List, to create and manipulate infinite lists: data Stream a = Cons a (Stream a). It provides alternative definitions for those Prelude functions that make sense on such streams.
devel/ansi-wl-pprint-0.6.7.3 (Score: 9.2878623E-4)
Wadler/Leijen Pretty Printer for colored ANSI terminal output
This is a pretty printing library based on Wadler's paper "A Prettier Printer". It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package.
devel/asn1-data-0.7.1 (Score: 9.2878623E-4)
ASN1 data reader and writer in RAW, BER, and DER forms
ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, and DER).
devel/asn1-encoding-0.9.0 (Score: 9.2878623E-4)
ASN1 data reader and writer in RAW, BER and DER forms
ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, and DER).
devel/asn1-parse-0.9.1 (Score: 9.2878623E-4)
Simple monadic parser for ASN1 stream types
Simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not convenient.