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