grids-0.4.0.0

Safe HaskellNone
LanguageHaskell2010

Data.Grid.Examples.Intro

Documentation

coordGrid :: Grid '[5, 5] (Coord '[5, 5]) Source #

avg :: Foldable f => f Int -> Int Source #

mx :: Foldable f => f Int -> Int Source #

small :: Grid '[3, 3] Int Source #

small' :: Grid '[5, 5] Int Source #

med :: Grid '[3, 3, 3] Int Source #

big :: Grid '[5, 5, 5, 5] Int Source #

gauss :: Dimensions dims => Grid dims Double -> Grid dims Double Source #

seeNeighboring :: Grid '[3, 3] a -> Grid '[3, 3] (Grid '[3, 3] (Maybe a)) Source #

coords :: Grid '[3, 3] (Coord '[3, 3]) Source #