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