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

Add IsObject as a default

parent 6d780b4c
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ end;
GAPTypesInfo := function()
local res, lres, i, f, ff;
res := [];
res := [ rec( name := "IsObject", type := "GAP_Category", implied := [] ) ];
for i in [1..Length(FILTERS)] do
if IsBound(FILTERS[i]) then
......
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