]> Repositorios git - scryer-prolog.git/commitdiff
Fix (**)/2 operator type
authorPaulo Moura <>
Sun, 9 May 2021 20:02:44 +0000 (21:02 +0100)
committerPaulo Moura <>
Sun, 9 May 2021 20:02:44 +0000 (21:02 +0100)
src/lib/ops_and_meta_predicates.pl

index f84d0fd6eaf4d72cd28fdaaf6bd6faa69bed7d2a..929165e3ff206c6e14edee27239a0e63e7e04218 100644 (file)
@@ -15,7 +15,7 @@
 :- op(500, yfx, +).
 :- op(500, yfx, -).
 :- op(400, yfx, *).
-:- op(200, xfy, **).
+:- op(200, xfx, **).
 :- op(200, xfy, ^).
 :- op(500, yfx, /\).
 :- op(500, yfx, \/).