You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
such as `Monad`, `Applicative`, `Functor`, etc, under `Category.*`, as this
89
89
obstructs the importing of the `agda-categories` development into the Standard Library,
90
90
and moreover needlessly restricts the applicability of categorical concepts to this
91
-
(highly specific) mode of use. Correspondingly, modules grouped under `*.Categorical.*`
92
-
which exploited these structures for effectful programming have been renamed `*.Effectful`.
91
+
(highly specific) mode of use. Correspondingly, client modules grouped under `*.Categorical.*` which exploit such structure for effectful programming have been renamed `*.Effectful`, with the originals being deprecated.
0 commit comments