@ -1,7 +1,7 @@
module Matrix where
import Data.List (intercalate)
data Mat a = Mat [[a]]
newtype Mat a = Mat [[a]]
type Pos = (Int, Int)
instance Functor Mat where
The note is not visible to the blocked user.