Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Position
- type BoxPosition = (BoxRow, BoxCol)
- type BoxPositions = [BoxPosition]
- fromBox :: Box -> BoxPosition
- fromBoxes :: [Box] -> BoxPositions
Documentation
type BoxPosition = (BoxRow, BoxCol) Source #
Box position
type BoxPositions = [BoxPosition] Source #
Box positions
fromBox :: Box -> BoxPosition Source #
Convert from Box to (row, col)
fromBoxes :: [Box] -> BoxPositions Source #
Convert all boxes in list from Box to (row, col)