yi-0.12.5: The Haskell-Scriptable Editor

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

Yi.Syntax.OnlineTree

Description

Module defining the Tree used as part of many Modes.

Documentation

manyToks :: P (Tok t) (Tree (Tok t)) Source

tokAtOrBefore :: Foldable t => Point -> t (Tok t1) -> Maybe (Tok t1) Source