Re: Can themutually recursive types be written separately?

2019-11-06 Thread Stefan_Salewski
I guess not much has changed in the last six months: [https://forum.nim-lang.org/t/4745#29616](https://forum.nim-lang.org/t/4745#29616)

Can themutually recursive types be written separately?

2019-11-06 Thread javinyang
in nim manual Type sections A type section begins with the type keyword. It contains multiple type definitions. A type definition binds a type to a name. Type definitions can be recursive or even mutually recursive. Mutually recursive types are only possible within a single type section. Nominal