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