Question
Related to function..
I am just looking at this rule and find this unsupported function can anyone tell me that what is the behaviour of this function .
reduce(
update_unsupported(_,_,_),
{},
{}
)
what we can use instead of update_unsupported to remove (_,_,_)
