I'm using require/typed for a struct P in two different files, but with exactly the same imports.<br>When, in a third file I get a mismatch because the P are different I got a message:<br><br>"Type Checker: Expected P, but got P"<br>
<br>At first I didn't understand the error, maybe you could put something like:<br><br>"Type Checker: Expected P, but got P. Check if P is defined in more than one module"<br><br><br>Cheers<br>-- <br>Ismael<br>
<br>