CAP_project
CAP_project copied to clipboard
Add switch to distinguish wrapped derivations from primitive operations
As discussed with Fabian I suggest having a switch to distinguish between wrapped derivations and wrapped primitive operations. This switch should then be used in InfoStringOfInstalledOperationsOfCategory (and maybe at some other places to discuss).
Background: The category constructor Opposite currently wraps all installed methods (primitive and derived) and it looks for the user as if all methods are now primitive.
The hard part is finding a good name for the switch. What about IsPropagatedDerivation?