Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
Config | |
|
Example | |
|
Instances
FromJSON Example Source # | |
Defined in Experiments.Types | |
Generic Example Source # | |
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.9.0.0-4S5Vh3BPyyeJWzPv4aazqb-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 CabalStack Source #
Instances
Show CabalStack Source # | |
Defined in Experiments.Types showsPrec :: Int -> CabalStack -> ShowS # show :: CabalStack -> String # showList :: [CabalStack] -> ShowS # | |
Eq CabalStack Source # | |
Defined in Experiments.Types (==) :: CabalStack -> CabalStack -> Bool # (/=) :: CabalStack -> CabalStack -> Bool # |
data ExamplePackage Source #
Instances
data ExampleDetails Source #
ExamplePath FilePath | directory where the package is located |
ExampleHackage ExamplePackage | package from hackage |
ExampleScript | |