The harp package
HaRP, or Haskell Regular Patterns, is a Haskell extension that extends the normal pattern matching facility with the power of regular expressions. This expressive power is highly useful in a wide range of areas, including text parsing and XML processing. Regular expression patterns in HaRP work over ordinary Haskell lists ([]) of arbitrary type. We have implemented HaRP as a pre-processor to ordinary Haskell.
For details on usage, please see the website.
Properties
| Versions | 0.2.1, 0.4 |
|---|---|
| Dependencies | base |
| License | BSD3 |
| Author | Niklas Broberg |
| Maintainer | Niklas Broberg <nibro@cs.chalmers.se> |
| Stability | Experimental |
| Category | Language |
| Home page | http://www.cs.chalmers.se/~d00nibro/harp/ |
| Upload date | Thu Jan 8 17:31:00 UTC 2009 |
| Uploaded by | NiklasBroberg |
| Built on | ghc-6.10, ghc-6.12, ghc-7.0, ghc-7.2 |
| Distributions | Debian: 0.4 |
Modules
- Harp
Downloads
- harp-0.4.tar.gz (Cabal source package)
- package description (included in the package)