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