------------------------------------------------------------------------
-- The Agda standard library
--
-- This module is DEPRECATED. Please use
-- `Data.Sum.Categorical.Examples` instead.
------------------------------------------------------------------------

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

module Data.Sum.Categorical.Examples where

open import Data.Sum.Effectful.Examples public

{-# WARNING_ON_IMPORT
"Data.Sum.Categorical.Examples was deprecated in v2.0.
Use Data.Sum.Effectful.Examples instead."
#-}