hackageDB :: [Package]

Built with Cabal

ixdopp: A preprocessor for expanding "ixdo" notation for indexed monads

This preprocessor expands a Haskell program using ixdo notation into a Haskell program using the indexed monad bind operator (>>>=). It also serves as an example for the preprocessor-tools package.

While GHC 6.10 can now expand do-notation when (>>=) is rebound at a non-standard type, this makes it difficult to use do-notation for both monads and custom monad-like structures in the same compilation module. This preprocessor makes it easy to use do-like syntax for indexed monads while retaining do for monads.

If installed in ~.cabal, then ~.cabal/bin must be in the path for GHC to find it from a -pgmF flag.

Version0.1
Dependenciesbase, haskell98, preprocessor-tools
LicenseBSD3
Copyright2008, Jesse A. Tov
AuthorJesse A. Tov <tov@ccs.neu.edu>
Maintainertov@ccs.neu.edu
Stabilityexperimental
CategorySource-tools, Language
Home pagehttp://www.ccs.neu.edu/~tov/session-types
Executablesixdopp
Upload dateFri Sep 26 22:45:27 UTC 2008
Uploaded byJesseTov
Built onghc-6.10, ghc-6.8

Downloads