Lemmas
📁 Source: Batteries/Control/ForInStep/Lemmas.lean
Statistics
| Metric | Count |
|---|---|
| Definitions | 0 |
| 11 | |
| Total | 11 |
ForInStep
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
bindList_append 📖 | mathematical | — | bindList | — | bind_bindList_assoc |
bindList_cons 📖 | mathematical | — | bindListbind | — | — |
bindList_cons' 📖 | mathematical | — | bindListbind | — | bind_bindList_assoc |
bindList_nil 📖 | mathematical | — | bindList | — | — |
bind_bindList_assoc 📖 | mathematical | — | bindbindList | — | done_bindList |
bind_done 📖 | mathematical | — | bind | — | — |
bind_yield 📖 | mathematical | — | bind | — | — |
bind_yield_bindList 📖 | mathematical | — | bindbindList | — | done_bindList |
done_bindList 📖 | mathematical | — | bindList | — | — |
run_done 📖 | mathematical | — | run | — | — |
run_yield 📖 | mathematical | — | run | — | — |
---