|
|
|
|
|
by tadfisher
1075 days ago
|
|
Exceptions aren't normal parts of the type system though, they're a way to enforce control flow to deal with them. Another way to do this is with a Result type, which would actually be part of the same type system that you use in the rest of the language. |
|