yi-0.12.6: The Haskell-Scriptable Editor
Yi.JumpList
type JumpList = Maybe (PointedList Jump) Source #
data Jump Source #
Constructors
Fields
Instances
Methods
showsPrec :: Int -> Jump -> ShowS #
show :: Jump -> String #
showList :: [Jump] -> ShowS #
Associated Types
type Rep Jump :: * -> * #
from :: Jump -> Rep Jump x #
to :: Rep Jump x -> Jump #
put :: Jump -> Put #
get :: Get Jump #
putList :: [Jump] -> Put #
addJump :: Jump -> JumpList -> JumpList Source #
jumpBack :: JumpList -> JumpList Source #
jumpForward :: JumpList -> JumpList Source #