File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1094,7 +1094,7 @@ Elpi Query lp:{{ coq.say "result =" {calc (2 + 3)} }}.
10941094Allocation of variables
10951095-----------------------
10961096
1097- The language let's one use λ-abstraction also to write anonymous rules
1097+ The language lets one use λ-abstraction also to write anonymous rules
10981098but one has to be wary of where variables are bound (allocated really).
10991099
11001100In our example we use the higher order predicate :stdlib:`std.map`:
@@ -1469,10 +1469,10 @@ Common pitfalls
14691469Well, no programming language is perfect.
14701470
14711471+++++++++++++++++++++++++++++++++++++++++++
1472- Precedence of :e:`,`, :e: `==>` and :e:`=>`
1472+ Precedence of :e:`,`, :e:`==>` and :e:`=>`
14731473+++++++++++++++++++++++++++++++++++++++++++
14741474
1475- In this tutorial we only used :e: `==>` but Elpi also provides
1475+ In this tutorial we only used :e:`==>` but Elpi also provides
14761476the standard λProlog implication :e:`=>`. They have the same meaning
14771477but different precedences w.r.t. :e:`,`.
14781478
You can’t perform that action at this time.
0 commit comments