| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Vgrep.Environment
Contents
- data Environment = Env {}
- config :: Lens' Environment Config
- region :: Lens' Environment DisplayRegion
- module Vgrep.Environment.Config
- module Graphics.Vty.Prelude
Documentation
data Environment Source #
VgrepT actions can read from the environment.
Constructors
| Env | |
Instances
| Eq Environment Source # | |
| Show Environment Source # | |
| Monad m => MonadReader Environment (VgrepT s m) # |
|
Auto-generated Lenses
Re-exports
module Vgrep.Environment.Config
module Graphics.Vty.Prelude