module Pointed ( -- * Pointed Pointed(..) ) where import Data.Pointed (Pointed(point))