------------------------------------------------------------------------
-- The Agda standard library
--
-- This module duplicates `Category.Monad.Indexed`
-- for forward compatibility with v2.0.
------------------------------------------------------------------------
{-# OPTIONS --cubical-compatible --safe #-}
module Effect.Monad.Indexed where
open import Category.Monad.Indexed public