adjust errors to be more standard compliant

This commit is contained in:
Bennet Bleßmann
2024-08-05 21:25:42 +02:00
parent c16d2d4147
commit 880e22d164
8 changed files with 139 additions and 66 deletions
+1
View File
@@ -0,0 +1 @@
:- op(10, xf, [example, test]).
+1
View File
@@ -0,0 +1 @@
:- op(10, xf, [example, Var]).
+1
View File
@@ -0,0 +1 @@
:- op(10, Var, example).
+1
View File
@@ -0,0 +1 @@
:- op(Var, xf, example).