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