blucontrol-0.7.1.0: Configurable blue light filter
Safe HaskellSafe-Inferred
LanguageHaskell2010

Blucontrol.Monad.ApplyValue

Documentation

class Monad m => MonadApplyValue m where Source #

Associated Types

type ApplicableValue m Source #

Methods

applyValue :: ApplicableValue m -> m () Source #

Apply a value. This is a monadic function, to allow application to external programs like an X display server.