interpreter for the brainfuck programming language

hsbrainfuck

interpreter for the brainfuck programming language

This package provides an interpreter for the Brainfuck programming language, written in the pure, lazy, functional language Haskell.

libghc-bzlib-prof

Haskell bindings to the bzip2 library; profiling libraries

This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the bz2 C library so it has high performance.

libghc-digest-prof

efficient cryptographic hash implementations bytestrings; profiling libraries

This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib.

libghc-ghc-tcplugins-extra-prof

Utilities for writing GHC type-checker plugins; profiling libraries

Utilities for writing GHC type-checker plugins, such as creating constraints, with a stable API covering multiple GHC releases.

libghc-lens-family-core-prof

Haskell 98 Lens Families; profiling libraries

This package provides first-class functional references. In addition to the usual operations of getting, setting and composition, plus integration with the state monad, lens families provide some unique features:

libghc-logict-prof

Backtracking logic-programming monad; profiling libraries

It is a continuation-based, backtracking, logic programming monad. An adaptation of the two-continuation implementation found in the paper Backtracking, Interleaving, and Terminating Monad Transformers available here: http://okmij.org/ftp/papers/LogicT.pdf