------------------------------------------------------------------------
-- The Agda standard library
--
-- This module is DEPRECATED.
------------------------------------------------------------------------
{-# OPTIONS --cubical-compatible --safe #-}
module Algebra.FunctionProperties.Consequences.Core
{a} {A : Set a} where
{-# WARNING_ON_IMPORT
"Algebra.FunctionProperties.Consequences.Core was deprecated in v1.3.
Use Algebra.Consequences.Base instead."
#-}
open import Algebra.Consequences.Base public