Is it possible to have mutual recursive types ([<Struct>]) spread across different files? The types are directly under a namespace.
My solution is to put them in one big file and use type ... and ... and ... etc construction. Is it the only way?