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

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

module Data.Sum.Categorical.Left where

open import Data.Sum.Effectful.Left public

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