Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
HaScalaM.Types.Enums
Documentation
data SmCaseGeneratorE p b where Source #
Constructors
SmCaseGeneratorE | |
Fields
|
Instances
(Pat p, Term b) => CaseGenerator p b (SmCaseGeneratorE p b) Source # | |
Defined in HaScalaM.Instances.Enums | |
(Pat p, Term b) => Tree (SmCaseGeneratorE p b :: Type) Source # | |
Defined in HaScalaM.Instances.Enums | |
(Pat p, Term b) => WithBody b (SmCaseGeneratorE p b) Source # | |
Defined in HaScalaM.Instances.Enums Methods body :: SmCaseGeneratorE p b -> b Source # |
data SmGeneratorE p b where Source #
Constructors
SmGeneratorE | |
Fields
|
Instances
(Pat p, Term b, WithBody (SmGeneratorE p b) b) => Generator p b (SmGeneratorE p b) Source # | |
Defined in HaScalaM.Instances.Enums | |
(Pat p, Term b) => Tree (SmGeneratorE p b :: Type) Source # | |
Defined in HaScalaM.Instances.Enums | |
(Pat p, Term b) => WithBody b (SmGeneratorE p b) Source # | |
Defined in HaScalaM.Instances.Enums Methods body :: SmGeneratorE p b -> b Source # |