lean4-htt/src/Init/Data/Vector
Sebastian Ullrich b42a7780e2
feat: default let rec and where decls to private under the module system (#9666)
This PR addresses an outstanding feature in the module system to
automatically mark `let rec` and `where` helper declarations as private
unless they are defined in a public context such as under `@[expose]`.
2025-08-05 11:41:28 +00:00
..
Algebra.lean chore: add 'public section' in Data/Vector/Algebra (#9588) 2025-07-28 13:07:21 +00:00
Attach.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Basic.lean chore: remove >6 month old deprecations (#9640) 2025-08-05 02:29:15 +00:00
Count.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
DecidableEq.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Erase.lean feat: pattern inference using symbol priorities in grind (#9182) 2025-07-03 16:47:38 -07:00
Extract.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Find.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
FinRange.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
InsertIdx.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Lemmas.lean feat: default let rec and where decls to private under the module system (#9666) 2025-08-05 11:41:28 +00:00
Lex.lean refactor: migrate to new ranges (#8841) 2025-07-07 12:41:53 +00:00
MapIdx.lean chore: remove >6 month old deprecations (#9640) 2025-08-05 02:29:15 +00:00
Monadic.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
OfFn.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Perm.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Range.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Zip.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00