ghcide-0.4.0: The core of an IDE

Safe HaskellNone
LanguageHaskell2010

Development.IDE.Plugin.Test

Description

A plugin that adds custom messages for use in tests

Documentation

data TestRequest Source #

Instances
Generic TestRequest Source # 
Instance details

Defined in Development.IDE.Plugin.Test

Associated Types

type Rep TestRequest :: Type -> Type #

ToJSON TestRequest Source # 
Instance details

Defined in Development.IDE.Plugin.Test

FromJSON TestRequest Source # 
Instance details

Defined in Development.IDE.Plugin.Test

type Rep TestRequest Source # 
Instance details

Defined in Development.IDE.Plugin.Test

type Rep TestRequest = D1 (MetaData "TestRequest" "Development.IDE.Plugin.Test" "ghcide-0.4.0-98cFz095V7v2i8ymOuBUUo" False) (C1 (MetaCons "BlockSeconds" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Seconds)) :+: (C1 (MetaCons "GetInterfaceFilesDir" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 FilePath)) :+: C1 (MetaCons "GetShakeSessionQueueCount" PrefixI False) (U1 :: Type -> Type)))