• 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
Name
Last commit
Last update
..
Corpus Loading commit data...
List Loading commit data...
Metrics Loading commit data...
Samples Loading commit data...
Terms Loading commit data...
Context.hs Loading commit data...
Convert.hs Loading commit data...
Learn.hs Loading commit data...
List.hs Loading commit data...
Metrics.hs Loading commit data...
Ngrams.hs Loading commit data...
Prepare.hs Loading commit data...
Search.hs Loading commit data...
Terms.hs Loading commit data...
Upload.hs Loading commit data...