Would anyone else like a _pos language extension that evaluates to the current file, line, and column? For use in something like: assert (_pos, &quot;Bad mojo&quot;, x &lt; j)<br><br>It could return &quot;foo.sml:4.2&quot; or maybe (&quot;foo.sml&quot;, 4, 2) or even (&quot;/home/terpstra/BubbleStorm/demo/foo.sml&quot;, 4, 2).<br>
<br>