yi-core-0.17.1: Yi editor core library

Safe HaskellNone
LanguageHaskell2010

Yi.JumpList

Documentation

data Jump Source #

Constructors

Jump 

Instances

Show Jump Source # 

Methods

showsPrec :: Int -> Jump -> ShowS #

show :: Jump -> String #

showList :: [Jump] -> ShowS #

Generic Jump Source # 

Associated Types

type Rep Jump :: * -> * #

Methods

from :: Jump -> Rep Jump x #

to :: Rep Jump x -> Jump #

Binary Jump Source # 

Methods

put :: Jump -> Put #

get :: Get Jump #

putList :: [Jump] -> Put #

type Rep Jump Source # 
type Rep Jump = D1 (MetaData "Jump" "Yi.JumpList" "yi-core-0.17.1-JFYgzEg2fDKGhpDb6eekq5" False) (C1 (MetaCons "Jump" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "jumpMark") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Mark)) (S1 (MetaSel (Just Symbol "jumpBufferRef") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 BufferRef))))