yi-0.6.2.3: The Haskell-Scriptable EditorSource codeContentsIndex
Yi.Mode.Haskell
Contents
Modes
IO-level operations
Description
Haskell-specific modes and commands.
Synopsis
cleverMode :: Mode (Tree (Tok Token))
preciseMode :: Mode (Tree TT)
literateMode :: Mode (Tree TT)
fastMode :: Mode (Tree TT)
ghciGet :: YiM BufferRef
ghciSend :: String -> YiM ()
ghciLoadBuffer :: YiM ()
ghciInferType :: YiM ()
Modes
cleverMode :: Mode (Tree (Tok Token))Source
Clever haskell mode, using the paren-matching syntax.
preciseMode :: Mode (Tree TT)Source
Experimental Haskell mode, using a rather precise parser for the syntax.
literateMode :: Mode (Tree TT)Source
fastMode :: Mode (Tree TT)Source
IO-level operations
ghciGet :: YiM BufferRefSource
Return GHCi's buffer; create it if necessary. Show it in another window.
ghciSend :: String -> YiM ()Source
Send a command to GHCi
ghciLoadBuffer :: YiM ()Source
Load current buffer in GHCi
ghciInferType :: YiM ()Source
Produced by Haddock version 2.6.1