Bug: Saving a role function for a collection causes 'BitAnd' to be changed to 'Bitand'

,

After I create/edit a role function to include the function ‘BitAnd’, I can save it and everything works fine. If I refresh the page and go back to the same function, ‘BitAnd’ is now changed to ‘Bitand’ and I can no longer save since I get the error “Bitand is not defined”. This also happens with the other Bit functions.

Before saving:
Lambda(“ref”, Let({a: BitAnd(2, 2)}, true))
After saving and refreshing:
Lambda(“ref”, Let({ a: Bitand([2, 2]) }, true))

After refreshing the page:

Thanks for reporting this! I’ve filed an issue to get that fixed.