License | GPL-2 |
---|---|
Maintainer | [email protected] |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Extensions |
|
Yi.Mode.GHCi
Description
A mode for GHCi, implemented as tweaks on Interaction mode
Synopsis
- data GhciProcessName = GhciProcessName {}
- ghciProcessArgs :: Lens' GhciProcessName [String]
- ghciProcessName :: Lens' GhciProcessName FilePath
- mode :: Mode (Tree (Tok Token))
- homeKey :: BufferM ()
- spawnProcess :: FilePath -> [String] -> YiM BufferRef
Documentation
data GhciProcessName Source #
The process name to use to spawn GHCi.
Constructors
GhciProcessName | |
Fields
|
Instances
homeKey :: BufferM () Source #
The GHCi prompt always begins with ">"; this goes to just before it, or if one is already at the start of the prompt, goes to the beginning of the line. (If at the beginning of the line, this pushes you forward to it.)