BasicTypeΒΆ
catdef.spad line 131 [edit on github]
BasicType is the basic category for describing a collection of elements with = (equality).
- =: (%, %) -> Boolean
x = y
tests ifx
andy
are equal.
- ~=: (%, %) -> Boolean
x~=y
tests ifx
andy
are not equal.