pinned-warnings-0.1.0.13: Preserve warnings in a GHCi session
Safe HaskellSafe-Inferred
LanguageHaskell2010

ShowWarnings

Synopsis

Documentation

class ShowWarnings Source #

Minimal complete definition

showWarnings

showWarnings :: ShowWarnings => () Source #

Display currently pinned warnings

class FixWarnings Source #

Minimal complete definition

fixWarnings

fixWarnings :: FixWarnings => () Source #

Auto-fixes certain types of warnings

class ClearWarnings Source #

Minimal complete definition

clearWarnings

clearWarnings :: ClearWarnings => () Source #

Removes any currently pinned warnings