module Data.Sparse.Types where type Rows = Int type Cols = Int type IxRow = Int type IxCol = Int