------------------------------------------------------------------------
-- The Agda standard library
--
-- This module is DEPRECATED. Please use
-- `Reflection.TCM.Effectful` instead.
------------------------------------------------------------------------

{-# OPTIONS --cubical-compatible --safe #-}

module Reflection.TCM.Categorical where

open import Reflection.TCM.Effectful public

{-# WARNING_ON_IMPORT
"Reflection.TCM.Categorical was deprecated in v2.0.
Use Reflection.TCM.Effectful instead."
#-}