Safe Haskell | None |
---|---|
Language | GHC2021 |
Experiments.Types
Documentation
data CabalStack Source #
Instances
Show CabalStack Source # | |
Defined in Experiments.Types Methods showsPrec :: Int -> CabalStack -> ShowS # show :: CabalStack -> String # showList :: [CabalStack] -> ShowS # | |
Eq CabalStack Source # | |
Defined in Experiments.Types |
Constructors
Config | |
Fields
|
data ExamplePackage Source #
Constructors
ExamplePackage | |
Fields
|
Instances
Constructors
Example | |
Fields
|
Instances
FromJSON Example Source # | |||||
Defined in Experiments.Types | |||||
Generic Example Source # | |||||
Defined in Experiments.Types Associated Types
| |||||
Show Example Source # | |||||
Binary Example Source # | |||||
NFData Example Source # | |||||
Defined in Experiments.Types | |||||
Eq Example Source # | |||||
Hashable Example Source # | |||||
Defined in Experiments.Types | |||||
type Rep Example Source # | |||||
Defined in Experiments.Types type Rep Example = D1 ('MetaData "Example" "Experiments.Types" "haskell-language-server-2.11.0.0-2UZr7U10ZET6GWPaTrLB3D-ghcide-bench-lib" 'False) (C1 ('MetaCons "Example" 'PrefixI 'True) ((S1 ('MetaSel ('Just "exampleName") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 String) :*: S1 ('MetaSel ('Just "exampleDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ExampleDetails)) :*: (S1 ('MetaSel ('Just "exampleModules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [FilePath]) :*: S1 ('MetaSel ('Just "exampleExtraArgs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [String])))) |
data ExampleDetails Source #
Constructors
ExamplePath FilePath | directory where the package is located |
ExampleHackage ExamplePackage | package from hackage |
ExampleScript | |
Instances
Generic ExampleDetails Source # | |||||
Defined in Experiments.Types Associated Types
Methods from :: ExampleDetails -> Rep ExampleDetails x # to :: Rep ExampleDetails x -> ExampleDetails # | |||||
Show ExampleDetails Source # | |||||
Defined in Experiments.Types Methods showsPrec :: Int -> ExampleDetails -> ShowS # show :: ExampleDetails -> String # showList :: [ExampleDetails] -> ShowS # | |||||
Binary ExampleDetails Source # | |||||
Defined in Experiments.Types Methods put :: ExampleDetails -> Put # get :: Get ExampleDetails # putList :: [ExampleDetails] -> Put # | |||||
NFData ExampleDetails Source # | |||||
Defined in Experiments.Types Methods rnf :: ExampleDetails -> () # | |||||
Eq ExampleDetails Source # | |||||
Defined in Experiments.Types Methods (==) :: ExampleDetails -> ExampleDetails -> Bool # (/=) :: ExampleDetails -> ExampleDetails -> Bool # | |||||
Hashable ExampleDetails Source # | |||||
Defined in Experiments.Types | |||||
type Rep ExampleDetails Source # | |||||
Defined in Experiments.Types type Rep ExampleDetails = D1 ('MetaData "ExampleDetails" "Experiments.Types" "haskell-language-server-2.11.0.0-2UZr7U10ZET6GWPaTrLB3D-ghcide-bench-lib" 'False) (C1 ('MetaCons "ExamplePath" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath)) :+: (C1 ('MetaCons "ExampleHackage" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ExamplePackage)) :+: C1 ('MetaCons "ExampleScript" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [String])))) |