fastn
fastn copied to clipboard
`module` type can only be used in component definition, not for other variables
Following is allowed:
-- component foo:
module m: some-module
.. omitted ..
-- end: foo
But this is not:
-- module m: some-module
It should be allowed for preserving the semantics of types in fastn.