| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Data.Code
Documentation
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. |