xml-html-conduit-lens-0.3.0.0: Optics for xml-conduit and html-conduit

Safe HaskellNone

Text.Xml.Lens.LowLevel

Description

Optics Template Haskell could generate, but didn't

Synopsis

Documentation

uncurry3 :: (a -> b -> c -> d) -> (a, b, c) -> dSource