lens-xml-0.1.0.0: Lenses for the xml package.

Copyright(c) Nick Partridge 2016
LicenseBSD-3
Maintainernkpart@gmail.com
Safe HaskellNone
LanguageHaskell2010

Text.XML.Light.Lens

Contents

Description

This module defines lenses and prisms for Text.XML.Light. The naming should be consistent:

  • Prisms: an underscore followed by the name of the constructor they wrap.
  • Lenses: To avoid clashes with Text.XML.Light, lenses are named as for the record field, with a suffix of L.

Synopsis

Cursor

Content

Elem

Attr

CData

CDataKind

QName