{-# LANGUAGE NoImplicitPrelude #-} -- the extra space is to make the error line up in a pretty way module Data.Universe.Instances {-# DEPRECATED " Use `Data.Universe.Instances.Reverse' instead." #-} ( -- | A deprecated convenience module. New applications should import -- "Data.Universe.Instances.Reverse" instead. ) where import Data.Universe.Instances.Reverse ()