| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Vgrep.App
Contents
Documentation
The App type is parameterized over the type e of events it handles
and the type s of its state.
Constructors
| App | |
Fields
| |
runApp_ :: App e s -> Config -> Producer e IO () -> IO () Source #
Like runApp, but does not return the final state.
Auxiliary definitions
Opens devtty read-only. Should be connected to the stdin of
a GUI process (e. g. Vty).