hS3-0.5.8: Interface to Amazon's Simple Storage Service (S3)

Safe HaskellNone

Network.AWS.ArrowUtils

Description

Helper functions for working with HXT. Scraped from haskell.org.

Documentation

split :: Arrow a => a b (b, b)Source

unsplit :: Arrow a => (b -> c -> d) -> a (b, c) dSource