There is two versions of eq - for expressions (`fo...
# exposed
t
There is two versions of eq - for expressions (
fooColumn eq barColumn
) and for literals (
fooColumn eq "bar"
). Both marked as infix, so you can use them the way you like: with dot or infix notation, result will be the same.