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