-
Notifications
You must be signed in to change notification settings - Fork 247
No deprecation for Data.List.Categorical
in v2.0?
#1935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@jamesmckinna I just had the impression that the standard-library always had strong emphasis on backwards-compatibility and explicit deprecation, and this tradition seems discontinued now. In principle, if module A is renamed to module B, would it be hard to keep A as deprecated module that simply reexports all of B? module Data.List.Categorical where
{-# WARNING_ON_IMPORT "Deprecated: Import Data.List.Effectful instead" #-}
open import Data.List.Effectful public https://agda.readthedocs.io/en/v2.6.3/language/pragmas.html#warning-pragma |
(Sorry not to have replied to this sooner, as the originator of PR #1735, but not the original issue #1636) I can see the argument for UPDATED: Closed by PR #1946 |
It seems
Data.List.Categorical
simply vanishes when going from v1.7 to v2.0.Will there be any deprecation module for backwards compatible? (I thought this was the general policy of the std-lib.)
The text was updated successfully, but these errors were encountered: