I fixed constant, isin, allbut, and dropped partition. Any other suggestions are welcome for implementation improvements.
Other stuff are stylistic things for me, and I’ll tend to keep things like isin[x y] instead of x in y, because I find infix notation and right-to-left hard to read. I’ll always prefer stack/left-to-right/procedural looking code, personally.