smallcaps-0.6.0.5: Flatten camel case text in LaTeX files

Copyright(c) Stefan Berthold 2014-2015
LicenseBSD3-style (see LICENSE)
Maintainerstefan.berthold@gmx.net
Stabilityunstable
PortabilityGHC
Safe HaskellSafe
LanguageHaskell2010

Text.SmallCaps.PrintableParser

Contents

Description

This modules specifies parsers on printable Text.

Synopsis

Documentation

Parsers

State modification

pass :: Parser b -> a -> Parser a Source #