------------------------------------------------------------------------ -- The Agda standard library -- -- This module is DEPRECATED. Please use -- `Codata.Sized.Stream.Effectful` instead. ------------------------------------------------------------------------ {-# OPTIONS --cubical-compatible --sized-types #-} module Codata.Sized.Stream.Categorical where open import Codata.Sized.Stream.Effectful public {-# WARNING_ON_IMPORT "Codata.Sized.Stream.Categorical was deprecated in v2.0. Use Codata.Sized.Stream.Effectful instead." #-}