yi-0.12.6: The Haskell-Scriptable Editor

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010
Extensions
  • OverloadedStrings
  • NondecreasingIndentation

Yi.Mode.Haskell.Dollarify

Description

 

Documentation

openParen :: Token Source #

queueReplaceWith :: YiString -> TT -> QueuedUpdate Source #

selectedTree :: Expr TT -> Region -> Maybe (Tree TT) Source #

findLargestWithin :: Region -> [Tree TT] -> Tree TT Source #

within :: Region -> Tree TT -> Bool Source #

safeLast :: [a] -> Maybe a Source #

stripCommentsP :: [Exp TT] -> [Exp TT] Source #

selectedTreeP :: [Exp TT] -> Region -> Maybe (Exp TT) Source #

findLargestWithinP :: Region -> [Exp TT] -> Exp TT Source #

withinP :: Region -> Exp TT -> Bool Source #

safeLastP :: [a] -> Maybe a Source #