<div dir="ltr">You can inspect a few things in the .hi files:<br>&nbsp;&nbsp;&nbsp; ghc --show-iface abc.hi<br>and it is usually used to see what conclusions ghc was able to reach about your code (since your code will also generate .hi files). I don&#39;t think it&#39;s much use looking into library .hi files however unless you are yourself the library author. The library documentation is usually the best way to learn about the library.<br>
<br>Regards,<br>Abhay<br><br><br></div>