Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
- sudokuborders :: Int -> [Edge]
- sudokubordersg :: SGrid a -> [Edge]
Documentation
sudokuborders :: Int -> [Edge] Source
Determine the internal borders of a standard sudoku of the given size.
sudokubordersg :: SGrid a -> [Edge] Source
Determine the internal borders of a standard sudoku of the on the given grid.