halves-0.1.0.1: Split or combine data structures to and from halves, quarters, eighths

Safe HaskellSafe
LanguageHaskell2010

Data.Halves.Tuple

Documentation

tuple4 :: Iso' ((a, b), (c, d)) (a, b, c, d) Source #

tuple8 :: Iso' ((a, b, c, d), (e, f, g, h)) (a, b, c, d, e, f, g, h) Source #