Skip to content

Commit

Permalink
operator: add ^ binop
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Jul 29, 2024
1 parent d30a62d commit ce254dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deta-lib/private/dialect/operator.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
[trim])

(define-ops variadic
[+] [-] [*] [/] [%]
[+] [-] [*] [/] [%] [^]
[<<] [>>]
[and]
[array-concat "||"]
Expand Down

0 comments on commit ce254dd

Please sign in to comment.