[Haskell-cafe] FIXME pragma

Christopher Done chrisdone at gmail.com
Sun May 17 16:42:34 UTC 2015


What's the feeling on having a FIXME pragma so that I can attach warnings
to unfinished things?

{-# FIXME foo "Reasons here." #-}

I would use the WARNING pragma but that doesn't work within a module and
only triggers on use. Compiler errors are the one thing I and everyone else
pays attention to, it would be very handy to have more control over things
GHC reports to the developer to aid development.

Ciao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150517/e1f9749b/attachment.html>


More information about the Haskell-Cafe mailing list