Forgot some @
This commit is contained in:
parent
12f5e28112
commit
988b6aa86e
@ -10,12 +10,12 @@ LInertumFamily@ := NewFamily("LeftInertFamily", IsLInertum,
|
||||
IsLSelfDistElement and IsIdempotent);
|
||||
RInertumFamily@ := NewFamily("RightInertFamily", IsRInertum,
|
||||
IsRSelfDistElement and IsIdempotent);
|
||||
LInertumType@ := NewType(LInertumFamily,
|
||||
LInertumType@ := NewType(LInertumFamily@,
|
||||
IsLInertum and IsPositionalObjectOneSlotRep);
|
||||
RInertumType@ := NewType(RInertumFamily,
|
||||
RInertumType@ := NewType(RInertumFamily@,
|
||||
IsRInertum and IsPositionalObjectOneSlotRep);
|
||||
LInertum@ := i -> Objectify(LInertumType, [i]);
|
||||
RInertum@ := i -> Objectify(RInertumType, [i]);
|
||||
LInertum@ := i -> Objectify(LInertumType@, [i]);
|
||||
RInertum@ := i -> Objectify(RInertumType@, [i]);
|
||||
|
||||
WhichI@ := obj -> obj![1];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user