Module
Data.Coordinates
- Package
- purescript-boggle
- Repository
- joellefkowitz/boggle
#Coordinates Source
type Coordinates = { x :: Int, y :: Int }
#adjacent Source
adjacent :: Coordinates -> Array Coordinates
#next Source
next :: Array Coordinates -> Array Coordinates