{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE UndecidableInstances #-} -------------------------------------------------------------------------------- -- | -- Module : Algorithms.Geometry.WellSeparatedPairDecomposition.Types -- Copyright : (C) Frank Staals -- License : see the LICENSE file -- Maintainer : Frank Staals -- -- Data types that can represent a well separated pair decomposition (wspd). -- -------------------------------------------------------------------------------- -- FIXME: This module should be internal and not exposed. Fix after 2021-06-01. module Algorithms.Geometry.WellSeparatedPairDecomposition.Types {-# DEPRECATED "This module will be deleted after 2021-06-01. \ \Use Algorithms.Geometry.WSPD instead." #-} ( module Algorithms.Geometry.WSPD.Types ) where import Algorithms.Geometry.WSPD.Types