achirkin / easytensor

Many-dimensional type-safe numeric ops
https://hackage.haskell.org/package/easytensor
BSD 3-Clause "New" or "Revised" License
46 stars 2 forks source link

Type-checking yet incorrect typo in Dim.hs #6

Closed Rotaerk closed 6 years ago

Rotaerk commented 6 years ago

I think the right-hand side here should use sameDim, not sameDim': https://github.com/achirkin/easytensor/blob/master/dimensions/src/Numeric/Dim.hs#L321

achirkin commented 6 years ago

Thanks, indeed, a typo! Fixed now