We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ddc6c commit a72257aCopy full SHA for a72257a
src/loader.pl
@@ -49,8 +49,8 @@
49
% arithmetic relation (`Type = rela`) or functional expression (`Type = func`).
50
% That means if all unifications from `Unifier` hold then `ExpandedTerm == Term`.
51
% `Unifier-Rest` form together a list difference. `Term` is traversed from left
52
-% to right, depth-first. As seen in example bellow: given an invalid arithmetic
53
-% term, `E` becomes valid arithmetic term, `L` - unifier:
+% to right, depth-first. Given an invalid arithmetic term, as seen in the
+% example below, `E` becomes valid arithmetic term, `L` - unifier:
54
%
55
% ```
56
% ?- arithmetic_expansion(rela, X is sqrt([]+Y*foo(e/2)), E, L-[]).
0 commit comments