toy-lib-0.1.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

ToyLib.ShowBSB.Grid

Description

ShowBSB implementation for grids.

Documentation

printGrid :: MonadIO m => IxUVector (Int, Int) Char -> m () #

printMat :: (ShowBSB a, Unbox a, MonadIO m) => IxUVector (Int, Int) a -> m () #