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

Safe HaskellSafe
LanguageHaskell98

Data.Puzzles.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.