yi-core-0.19.2: Yi editor core library
Safe HaskellNone
LanguageHaskell2010

Yi.JumpList

Documentation

data Jump Source #

Constructors

Jump 

Instances

Instances details
Show Jump Source # 
Instance details

Defined in Yi.JumpList

Methods

showsPrec :: Int -> Jump -> ShowS #

show :: Jump -> String #

showList :: [Jump] -> ShowS #

Generic Jump Source # 
Instance details

Defined in Yi.JumpList

Associated Types

type Rep Jump :: Type -> Type #

Methods

from :: Jump -> Rep Jump x #

to :: Rep Jump x -> Jump #

Binary Jump Source # 
Instance details

Defined in Yi.JumpList

Methods

put :: Jump -> Put #

get :: Get Jump #

putList :: [Jump] -> Put #

type Rep Jump Source # 
Instance details

Defined in Yi.JumpList

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