lean4-htt/src/Init/Data/Range
Paul Reichert caa0eacea8
feat: ranges in UInt* (#10303)
This PR adds range support to`BitVec` and the `UInt*` types. This means
that it is now possible to write, for example, `for i in (1 : UInt8)...5
do`, in order to loop over the values 1, 2, 3 and 4 of type `UInt8`.
2025-09-12 07:52:45 +00:00
..
Polymorphic feat: ranges in UInt* (#10303) 2025-09-12 07:52:45 +00:00
Basic.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Lemmas.lean chore: avoid confusing public import all combination (#10051) 2025-08-22 12:04:42 +00:00
Polymorphic.lean feat: ranges in UInt* (#10303) 2025-09-12 07:52:45 +00:00