unisonweb/unison

make a pass to resolve suppressed warnings and unused LANGUAGE pragma

Open

#1,111 opened on Jan 2, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Haskell (304 forks)batch import
help wanted

Repository metrics

Stars
 (6,624 stars)
PR merge metrics
 (Avg merge 12d 19h) (6 merged PRs in 30d)

Description

Suppressed warnings:

  • OutputMessages.hs
  • UriParser.hs
  • Classes.hs (there's no code in this file)
  • Propagate.hs (just partial type signatures)
  • HandleCommand.hs (just partial type signatures)
  • HandleInput.hs (just partial type signatures)
  • TermParser.hs (just partial type signatures)

Eliminating any single flag would be great, it doesn't have to be all, though we should keep the ticket open until they're all gone.

Contributor guide