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

Safe HaskellNone
LanguageHaskell2010

Text.Xml.Lens.LowLevel

Description

Optics Template Haskell could generate, but didn't

Synopsis

Documentation

uncurry3 :: (a -> b -> c -> d) -> (a, b, c) -> d Source #