
ic_excl(+Attr, ++Excl)

   Exclude the element Excl from the given attribute.

Arguments
   Attr                An IC attribute
   Excl                Value to exclude

Type
   library(ic_kernel)

Description

	Lowelevel predicate which removes the integer Excl
	from the IC attribute given.

        Typicaly not called directly but indirectly through
	excl/2 which works on variables.


See Also
   excl / 2
