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