Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: address issue #20882 #20889

Merged
merged 8 commits into from
Mar 10, 2017
Prev Previous commit
Next Next commit
Use top instead of Base.
ajkeller34 committed Mar 5, 2017
commit 09e5b1b85ed1b4034b7f22c1778a1aca1bc66de3
2 changes: 1 addition & 1 deletion src/julia-syntax.scm
Original file line number Diff line number Diff line change
@@ -2057,7 +2057,7 @@

((and (eq? f '^) (length= e 4) (integer? (cadddr e)))
(expand-forms
`(call (|.| Base (quote literal_pow)) ,(caddr e) (call (core apply_type) (top Val) ,(cadddr e)) ^)))
`(call (top literal_pow) ,(caddr e) (call (core apply_type) (top Val) ,(cadddr e)) ^)))

((and (eq? f '*) (length= e 4))
(expand-transposed-op