yi-0.6.2.3: The Haskell-Scriptable EditorSource codeContentsIndex
Yi.Syntax.Latex
Documentation
isNoise :: Token -> BoolSource
type TT = Tok TokenSource
type Expr t = [Tree t]Source
data Tree t Source
Constructors
Paren t (Tree t) t
Atom t
Error t
Expr (Expr t)
show/hide Instances
parse :: P TT (Tree TT)Source
getStrokes :: Point -> Point -> Point -> Tree TT -> [Stroke]Source
modStroke :: StyleName -> Stroke -> StrokeSource
tokenToStroke :: TT -> StrokeSource
tokenToAnnot :: TT -> Maybe (Span String)Source
tokenToStyle :: Token -> StyleNameSource
isSpecial :: [Char] -> Token -> BoolSource
isEnd :: Token -> BoolSource
isBegin :: Token -> BoolSource
isErrorTok :: Token -> BoolSource
Produced by Haddock version 2.6.1