Add comments to "OPTIONS_GHC -fno-warn-orphans" pragmas
[ghc-base.git] / Control / Monad / Instances.hs
index ae7ef65..6caf060 100644 (file)
@@ -1,4 +1,5 @@
 {-# OPTIONS_NHC98 --prelude #-}
+-- This module deliberately declares orphan instances:
 {-# OPTIONS_GHC -fno-warn-orphans #-}
 -----------------------------------------------------------------------------
 -- |