<div dir="ltr">I don't have a really strong opinion, but... isn't this (attaching string-y data to source constructs) pretty much exactly what GHC's annotation pragma is for?<div>~d</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 16, 2018 at 3:14 PM Ben Gamari <<a href="mailto:ben@smart-cactus.org">ben@smart-cactus.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Vladislav Zavialov <<a href="mailto:vlad.z.4096@gmail.com" target="_blank">vlad.z.4096@gmail.com</a>> writes:<br>
<br>
> What about introducing -fno-warn-pragma=XXX? People who use HLint will<br>
> add -fno-warn-pragma=HLINT to their build configuration.<br>
><br>
A warning flag is an interesting way to deal with the issue. On the<br>
other hand, it's not great from an ergonomic perspective; afterall, this<br>
would mean that all users of HLint (and any other tool requiring special<br>
pragmas) include this flag in their build configuration. A typical<br>
Haskell project already needs too much such boilerplate, in my opinion.<br>
<br>
I think it makes a lot of sense to have a standard way for third-parties<br>
to attach string-y information to Haskell source constructs. While it's<br>
not strictly speaking necessary to standardize the syntax, doing<br>
so minimizes the chance that tools overlap and hopefully reduces<br>
the language ecosystem learning curve.<br>
<br>
Cheers,<br>
<br>
- Ben<br>
_______________________________________________<br>
Haskell mailing list<br>
<a href="mailto:Haskell@haskell.org" target="_blank">Haskell@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell</a><br>
</blockquote></div>