MrSoftware
- Joined Oct 29, 2013
- 2,273
typdefs are very useful in some situations. For example, I did a lot of work implementing file systems and it's very nice to have explicit data types that match the different fields in the file system specification. Type checking is a very useful feature of the language.