Hi,

It seems that ListTheory didn’t provide a way to remove elements from list? 
What’s the recommended way to do such operation? Should I use FILTER, for 
example, like this?

val DELETE_FROM_LIST = new_definition (
   "DELETE_FROM_LIST", ``DELETE_FROM_LIST x list = (FILTER (\i. ~(i = x)) 
list)``);

Regards,

Chun

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
hol-info mailing list
hol-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hol-info

Reply via email to