grids-0.4.0.0

Safe HaskellNone
LanguageHaskell2010

Data.Grid.Examples.Conway

Documentation

rule' :: Grid [3, 3] Bool -> Bool Source #

step :: Dimensions dims => Grid dims Bool -> Grid dims Bool Source #

glider :: [Coord '[10, 10]] Source #

start :: Grid '[10, 10] Bool Source #

simulate :: Int -> Grid '[10, 10] Bool Source #

showGrid :: Dimensions '[x, y] => Grid '[x, y] Bool -> String Source #