halves-0.1.0.1: Split or combine data structures to and from halves, quarters, eighths
Data.Halves.Tuple
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 #