|
| Harp.Match | | Portability | portable | | Stability | experimental | | Maintainer | Niklas Broberg, d00nibro@dtek.chalmers.se |
|
|
|
| Description |
| Functions that simulate the behavior of regular patterns
using a Match monad for parsing lists.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| The Match monad
| Instances | |
|
|
|
|
|
|
|
|
|
|
| foldComp :: [[a] -> [a]] -> [a] -> [a] | Source |
|
|
|
|
|
|
| unzip2 :: [(a, b)] -> ([a], [b]) | Source |
|
|
|
|
| Produced by Haddock version 2.3.0 |