adjust errors to be more standard compliant
This commit is contained in:
@@ -0,0 +1 @@
|
||||
:- op(10, xf, [example, test]).
|
||||
@@ -0,0 +1 @@
|
||||
:- op(10, xf, [example, Var]).
|
||||
@@ -0,0 +1 @@
|
||||
:- op(10, Var, example).
|
||||
@@ -0,0 +1 @@
|
||||
:- op(Var, xf, example).
|
||||
Reference in New Issue
Block a user