readline-in-other-words-0.1.0.2: Readline effect for in-other-words.
Safe HaskellNone
LanguageHaskell2010

Control.Effect.Readline.History

Description

Provides low level access to history associated with the readline effect. This effect can be interpreted using any of the interpretations using the ReadlineC carrier.

Synopsis

Documentation

modifyHistory :: Eff ReadlineHistory m => (History -> History) -> m () Source #

Modify the History. The modification is not atomic.