repl-alliance-0.1.0.0: Currated set of plugins for REPL based development
Safe HaskellNone
LanguageGHC2021

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