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