Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiek committed Nov 18, 2024
1 parent a6f54a5 commit dc579fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ The output is `5`.
## Question Mark `?` (Proof)

```
proof ::= "?"
conclusion ::= "?"
```

A proof can be left incomplete by placing a `?` in the part that you
Expand All @@ -1561,7 +1561,7 @@ well as some advice about how to prove it.
## Recall (Proof)

```
proof ::= "recall" term_list
conclusion ::= "recall" term_list
```


Expand All @@ -1576,7 +1576,7 @@ is a proof of the formula `P1 and ... and Pn`. The formulas
## Reflexive (Proof)

```
proof ::= reflexive
conclusion ::= reflexive
```

The proof `reflexive` proves that `a = a` for any term `a`.
Expand Down Expand Up @@ -1607,7 +1607,7 @@ end
## Rewrite-In (Proof)

```
proof ::= "rewrite" proof_list "in" proof
conclusion ::= "rewrite" proof_list "in" proof
```

In the formula of the given proof, rewrite according to the equalities
Expand Down

0 comments on commit dc579fd

Please sign in to comment.