New #Fortran post: "Enumeration, part 3" https://matthiasnoback.nl/2025/06/fortran-enumeration-part-3/
It's surprising how much there is to explore about enumeration types, but here we are with the final part: we further improve the design by making log level an abstract type, and all the concrete levels subtypes.