puzzle-draw-0.3.0.0: Creating graphics for pencil puzzles.

Safe HaskellSafe
LanguageHaskell98

Data.Code

Documentation

data CodePart Source #

Constructors

Rows' [Int]

Rows of cells, counted from the bottom.

Cols [Int]

Cols of cells, counted from the left.

RowsN' [Int]

Rows of nodes, counted from the bottom.

ColsN [Int]

Cols of nodes, counted from the left.

LabelsN (Grid N (Maybe Char))

Nodes, labeld by letters.

LRows' (Map Char Int)

Rows of cells, counted from the bottom.

LCols (Map Char Int)

Cols of cells, counted from the left.

LRowsN' (Map Char Int)

Rows of nodes, counted from the bottom.

LColsN (Map Char Int)

Cols of nodes, counted from the left.