-- | -- Module : Math.VectorSpace.ZeroDimensional -- Copyright : (c) Justus Sagemüller 2016 -- License : GPL v3 -- -- Maintainer : (@) sagemueller $ geo.uni-koeln.de -- Stability : experimental -- Portability : portable -- module Math.VectorSpace.ZeroDimensional ( ZeroDim (..) ) where import Math.Manifold.VectorSpace.ZeroDimensional