• Grégoire Locqueville's avatar
    Re-enable orphan warnings · 9370d633
    Grégoire Locqueville authored
    Many modules feature the `{-# OPTIONS_GHC -fno-warn-orphans #-}` pragma.
    In many cases, this pragma has no effect (because there are no orphan declarations
    in the module). In some other cases, a little bit of refactoring could make them
    useless.
    
    This commit removes the pragma only in those modules where removing it
    changes absolutely nothing.
    9370d633
NodeNodeNgrams.hs 1.73 KB