|
|
|
|
|
by ivov_dev
71 days ago
|
|
Thanks for trying it out! Variant qualification is a name resolution requirement - Lis follows Rust's scoping model where variants are namespaced under the enum. The implementation correctly infers the type, as shown e.g. in the hint `help: Use Shape.Circle to match this variant` My understanding is HM has nothing to say about this; it operates after names are resolved. Re: Go third-party packages + incremental adoption, I'll do my best! Thanks for the encouragement. |
|