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

CopyrightLicense :
Safe HaskellNone
LanguageHaskell98

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) d Source