------------------------------------------------------------------------ -- The Agda standard library -- -- This module is DEPRECATED. Please use -- `Data.These.Categorical.Right` instead. ------------------------------------------------------------------------ {-# OPTIONS --cubical-compatible --safe #-} module Data.These.Categorical.Right where open import Data.These.Effectful.Right public {-# WARNING_ON_IMPORT "Data.These.Categorical.Right was deprecated in v2.0. Use Data.These.Effectful.Right instead." #-}