lean4-htt/src/Init/Data/List
Kim Morrison 03d01f4024
chore: reorganisation of List API (#4469)
This PR neither adds nor removes material, but improves the organization
of `Init/Data/List/*`.

These files are essentially completely re-ordered, to ensure that
material is developed in a consistent order between `List.Basic`,
`List.Impl`, `List.BasicAux`, and `List.Lemmas`.

Everything is organised in subsections, and I've added some module docs.
2024-06-17 04:21:53 +00:00
..
Basic.lean chore: reorganisation of List API (#4469) 2024-06-17 04:21:53 +00:00
BasicAux.lean chore: reorganisation of List API (#4469) 2024-06-17 04:21:53 +00:00
Control.lean chore: reorganisation of List API (#4469) 2024-06-17 04:21:53 +00:00
Impl.lean chore: reorganisation of List API (#4469) 2024-06-17 04:21:53 +00:00
Lemmas.lean chore: reorganisation of List API (#4469) 2024-06-17 04:21:53 +00:00
Notation.lean chore: reorganisation of List API (#4469) 2024-06-17 04:21:53 +00:00
TakeDrop.lean chore: reorganisation of List API (#4469) 2024-06-17 04:21:53 +00:00