uu-interleaved-0.1.0.0: uu-interleaved.cabal
Name: uu-interleaved
Version: 0.1.0.0
Build-Type: Simple
License: MIT
Copyright: S Doaitse Swierstra
License-file: LICENSE
Author: Doaitse Swierstra, Utrecht University
Maintainer: Doaitse Swierstra
Stability: stable, but evolving
Homepage: http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators
Bug-reports: mailto:doaitse@swierstra.net
Synopsis: Providing an interleaving combinator for use with applicative/alternative style implementations.
Description: This module contains parser library independent code which can be used to describe inlerleaved execution of applicative style structures.
It is amongst other used in the uu-options package, which provides facilities for parsing command-line options or files containing preferences.
It gneralises the permuting parsers and the list merging parsers as e.g. found in the uulib library. For a fuller description see the Technical Report
describing its implementation and application at: http://www.cs.uu.nl/research/techreps/UU-CS-2013-005.html
Category: Control, Applicative, Parsing, Text
cabal-version: >= 1.6
source-repository head
type: svn
location: https://svn.science.uu.nl/repos/project.STEC.uu-parsinglib/uu-interleaved
Library
hs-source-dirs: src
Build-Depends: base >= 4.2 && <5
Exposed-modules: Control.Applicative.Interleaved