Skip to content

Commit d7ba53a

Browse files
author
twwar
committed
lint
1 parent 1aa92ab commit d7ba53a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cslib/Languages/CombinatoryLogic/Evaluation.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ This file formalises evaluation and normal forms of SKI terms.
2222
## Main results
2323
2424
- `evalStep_right_correct` : correctness for `evalStep`
25-
- `redexFree_iff` and `redexFree_iff_mred_eq` : a term is redex free if and only if it has (respectively)
26-
no one-step reductions, or if its only many step reduction is itself.
25+
- `redexFree_iff` and `redexFree_iff_mred_eq` : a term is redex free if and only if it has
26+
(respectively) no one-step reductions, or if its only many step reduction is itself.
2727
- `unique_normal_form` : if `x` reduces to both `y` and `z`, and both `y` and `z` are in normal
2828
form, then they are equal.
2929
- **Rice's theorem**: no SKI term is a non-trivial predicate.

0 commit comments

Comments
 (0)