proteome-0.9.10: Neovim Project Manager
Safe HaskellSafe-Inferred
LanguageHaskell2010

Proteome.Data.GrepOutputLine

Documentation

data GrepOutputLine Source #

Constructors

GrepOutputLine 

Fields

Instances

Instances details
Generic GrepOutputLine Source # 
Instance details

Defined in Proteome.Data.GrepOutputLine

Associated Types

type Rep GrepOutputLine :: Type -> Type #

Show GrepOutputLine Source # 
Instance details

Defined in Proteome.Data.GrepOutputLine

Eq GrepOutputLine Source # 
Instance details

Defined in Proteome.Data.GrepOutputLine

MsgpackEncode GrepOutputLine Source # 
Instance details

Defined in Proteome.Data.GrepOutputLine

type Rep GrepOutputLine Source # 
Instance details

Defined in Proteome.Data.GrepOutputLine

type Rep GrepOutputLine = D1 ('MetaData "GrepOutputLine" "Proteome.Data.GrepOutputLine" "proteome-0.9.10-48XxF3xo2MP5xTrET0738Y" 'False) (C1 ('MetaCons "GrepOutputLine" 'PrefixI 'True) ((S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Path Abs File)) :*: S1 ('MetaSel ('Just "line") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "col") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))