`scope.validate` for a scope with imports
The usage of
type.validate
with custom existing scopes is straightforward - just use type.validate<def, scope.t>
However, how do I validate a new scope definition with existing imports/exports?
1 Reply
I'd like
scope.validate
/scope.infer
to have the second argument the same way type.validate
/type.infer
has
Then the user can put scope.imports()
/scope.exports()
there
@ssalbdivad