fastn icon indicating copy to clipboard operation
fastn copied to clipboard

`module` type can only be used in component definition, not for other variables

Open amitu opened this issue 2 years ago • 0 comments

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.

amitu avatar Dec 19 '23 05:12 amitu