Skip to content

Commit 6c8a934

Browse files
authored
Merge pull request #1478 from TKuh/help_for_cap
Add `PackageOfCAPOperation` to `HelpForCAP`
2 parents d726b24 + 56b4ba5 commit 6c8a934

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CAP/help_for_CAP.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## CAP info functions
22

33
* CanCompute( category, string )
4-
Returns true if the the function with name <string> is computable in <category>.
4+
Returns true if the operation with name <string> is computable in <category>.
55

66
* CheckConstructivenessOfCategory( category, string )
77
Returns a list of names of basic operations which are not computable in <category> but
@@ -28,3 +28,7 @@
2828
* PrintAutomaticallyGeneratedInstallationsForLimits( string )
2929
Prints all installations of the method with name <string> which are automatically generated
3030
by the (co)limit mechanism. If no method name is given, all such installations are printed.
31+
32+
* PackageOfCAPOperation( string )
33+
Returns the package where the operation with name <string> is defined.
34+

0 commit comments

Comments
 (0)