This commit is contained in:
Alex Dreyer 2016-06-30 22:23:51 +00:00 committed by GitHub
commit 80c18ab10b

View file

@ -76,7 +76,7 @@
(def infix-fns
#{"+" "-" "*" "/" "%" "mod" "|" "&" "^"
"and" "or" "xor"
"in" "not in" "like" "not like" "regexp"})
"in" "not in" "like" "not like" "regexp" "@@"})
(def fn-aliases
{"is" "="