Ports Search

Results 1,0511,060 of 5,623 for /devel/.(0.003 seconds)
devel/lifted-async-0.7.0.1 (Score: 0.032514982)
Run lifted IO operations asynchronously and wait for their results
This package provides IO operations from async package lifted to any instance of 'MonadBase' or 'MonadBaseControl'.
devel/lifted-base-0.2.3.6 (Score: 0.032514982)
Lifted IO operations from the base library
lifted-base exports IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl.
devel/logict-0.6.0.2 (Score: 0.032514982)
Backtracking logic-programming monad
A continuation-based, backtracking, logic programming monad. An adaptation of the two-continuation implementation found in the paper "Backtracking, Interleaving, and Terminating Monad Transformers" [1]. [1] http://okmij.org/ftp/papers/LogicT.pdf
devel/map-syntax-0.2 (Score: 0.032514982)
Syntax sugar for defining maps
Haskell's canonical list of tuples syntax for defining maps is not very convenient and also has ambiguous semantics. This package leverages do notation to create a lighter syntax that makes semantics explicit and also allows the option of fail-fast handling of duplicate keys.
devel/memory-0.8 (Score: 0.032514982)
Memory and related abtraction stuff
Chunk of memory, polymorphic byte array management and manipulation: * A polymorphic byte array abstraction and function similar to strict ByteString. * Different type of byte array abstraction. * Raw memory IO operations (memory set, memory copy, ..). * Aliasing with endianness support.
devel/mmap-0.5.9 (Score: 0.032514982)
Memory-mapped files for POSIX and Windows
This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand loading. Modifications are also supported.
devel/mmorph-1.0.4 (Score: 0.032514982)
Monad morphisms
This library provides monad morphism utilities, most commonly used for manipulating monad transformer stacks.
devel/monad-control-1.0.0.4 (Score: 0.032514982)
Lift control operations through monad transformers
This package defines the type class MonadBaseControl, a subset of MonadBase into which generic control operations such as catch can be lifted from IO or any other base monad. Instances are based on monad transformers in MonadTransControl, which includes all standard monad transformers in the transformers library except ContT.
devel/monad-logger-0.3.13.2 (Score: 0.032514982)
Class of monads which can log messages
This package uses template-haskell for determining source code locations of messages.
devel/monad-loops-0.4.3 (Score: 0.032514982)
Monadic loops
Some useful control operators for looping.