Skip to content

Commit c9e2c19

Browse files
authored
Merge pull request #835 from Villetaneuse/tuto-elpi-space-after-e
Remove spurious space after :e: in tuto_elpi_lang
2 parents c16a429 + aeb2f8c commit c9e2c19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/tutorial_elpi_lang.v

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ Elpi Query lp:{{ coq.say "result =" {calc (2 + 3)} }}.
10941094
Allocation 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
10981098
but one has to be wary of where variables are bound (allocated really).
10991099
11001100
In our example we use the higher order predicate :stdlib:`std.map`:
@@ -1469,10 +1469,10 @@ Common pitfalls
14691469
Well, 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
14761476
the standard λProlog implication :e:`=>`. They have the same meaning
14771477
but different precedences w.r.t. :e:`,`.
14781478

0 commit comments

Comments
 (0)