Skip to content

Commit

Permalink
WIP: add IsNoImmediateMethodsObject
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Apr 14, 2021
1 parent 29a5d98 commit b52529a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matobjplist.gi
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
InstallGlobalFunction( MakePlistVectorType,
function( basedomain, filter )
local T, filter2;
filter := filtr and IsNoImmediateMethodsObject;
filter2 := filter and IsMutable;
if HasCanEasilyCompareElements(Representative(basedomain)) and
CanEasilyCompareElements(Representative(basedomain)) then
Expand Down

0 comments on commit b52529a

Please sign in to comment.