yi-core-0.18.0: Yi editor core library

Safe HaskellNone
LanguageHaskell2010

Yi.JumpList

Documentation

data Jump Source #

Constructors

Jump 
Instances
Show Jump Source # 
Instance details

Defined in Yi.JumpList

Generic Jump Source # 
Instance details

Defined in Yi.JumpList

Associated Types

type Rep Jump :: Type -> Type Source #

Methods

from :: Jump -> Rep Jump x Source #

to :: Rep Jump x -> Jump Source #

Binary Jump Source # 
Instance details

Defined in Yi.JumpList

type Rep Jump Source # 
Instance details

Defined in Yi.JumpList

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