gridbox-0.1.0.0: A grid box model

Safe HaskellSafe
LanguageHaskell2010

GridBox.Grouping

Description

Grouping of boxes

Synopsis

Documentation

type GroupedByRow = [GroupedRow] Source #

Grouped box positions

type GroupedRow = (BoxRow, [BoxCol]) Source #

Grouped row

groupBoxesByRow :: [Box] -> GroupedByRow Source #

Group given list of boxes by row