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