With the exception of code that is interfacing with some external language (C, 
C++, etc) this doesn't really make sense. Nim is module based, so you just 
import the types from the files you need and Nim takes care of all the type 
linking. If you need to use mutually recursive types, put all the types in a 
[single 'type' block](https://nim-lang.org/docs/manual.html#type-sections).

Reply via email to