Skip to content
Snippets Groups Projects
Commit d2c9814b authored by Markus Pfeiffer's avatar Markus Pfeiffer
Browse files

gaptypes.g exports locations of DeclareOperation calls

parent 56a214a5
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ GAPTypesInfo := function()
lres := rec();
lres.type := "GAP_Operation";
lres.name := NAME_FUNC(OPERATIONS[2*i - 1]);
lres.locations := OPERATIONS_LOCATIONS[2*i];
lres.filters := FiltersForOperation(OPERATIONS[2*i - 1]);
lres.filters := List(lres.filters, x->List(x,y -> List(y,NAME_FUNC)));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment