lean4-htt/src/Init/Data/Option
Markus Himmel 68d9d14d44
chore: do not use the coercion α → Option α in Init and Std (#8085)
This PR moves the coercion `α → Option α` to the new file
`Init.Data.Option.Coe`. This file may not be imported anywhere in `Init`
or `Std`.
2025-04-24 13:35:01 +00:00
..
Attach.lean chore: do not use the coercion α → Option α in Init and Std (#8085) 2025-04-24 13:35:01 +00:00
Basic.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
BasicAux.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Coe.lean chore: do not use the coercion α → Option α in Init and Std (#8085) 2025-04-24 13:35:01 +00:00
Instances.lean chore: do not use the coercion α → Option α in Init and Std (#8085) 2025-04-24 13:35:01 +00:00
Lemmas.lean chore: do not use the coercion α → Option α in Init and Std (#8085) 2025-04-24 13:35:01 +00:00
List.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Monadic.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00