Anoma abstract resource machine - 0.0.0

Apps.Sudoku.Grid

Definitions

type SubGridSource#

A Sudoku subgrid

Constructors

| subGrid : List (List Nat) -> SubGrid

type GridSource#

The rows of SubGrids that comprise a Sudoku grid.

Constructors

| grid : List (List SubGrid) -> Grid

instance gridEq : Eq GridSource#