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

Missing pattern synonyms in haddock output #26

Open cjay opened 4 years ago

cjay commented 4 years ago

Not sure if that's a limitation of haddock, but pattern synonyms like Vec2 don't appear in the haddock output of Numeric.Vector, despite being re-exported there. They should be mentioned somewhere, as they are needed for comfortable deconstruction :)