goblint / analyzer

Static analysis framework for C
https://goblint.in.tum.de
MIT License
172 stars 72 forks source link

Switch from `BatEnum` to `Seq` #1443

Open karoliineh opened 5 months ago

karoliineh commented 5 months ago

A try on switching to the more standard Seq.t in Enum instances where possible as proposed in #1437

Some things that I noticed:

TODO