Bra Module
Bra Type
getAt : ( Basics.Int, Basics.Int ) -> Bra a -> Maybe a
Get the value in a matrix at the specified row and column
setAt : ( Basics.Int, Basics.Int ) -> a -> Bra a -> Bra a
Set the value in a Matrix at the specified row and column