hascalam-0.1.1.1: Haskell to and from Scalameta
Safe HaskellSafe-Inferred
LanguageGHC2021

HaScalaM.Types.Enums

Documentation

data SmCaseGeneratorE p b where Source #

Constructors

SmCaseGeneratorE 

Fields

Instances

Instances details
(Pat p, Term b) => CaseGenerator p b (SmCaseGeneratorE p b) Source # 
Instance details

Defined in HaScalaM.Instances.Enums

(Pat p, Term b) => Tree (SmCaseGeneratorE p b :: Type) Source # 
Instance details

Defined in HaScalaM.Instances.Enums

(Pat p, Term b) => WithBody b (SmCaseGeneratorE p b) Source # 
Instance details

Defined in HaScalaM.Instances.Enums

Methods

body :: SmCaseGeneratorE p b -> b Source #

data SmGeneratorE p b where Source #

Constructors

SmGeneratorE 

Fields

Instances

Instances details
(Pat p, Term b, WithBody (SmGeneratorE p b) b) => Generator p b (SmGeneratorE p b) Source # 
Instance details

Defined in HaScalaM.Instances.Enums

Methods

patG :: SmGeneratorE p b -> p Source #

rhsG :: SmGeneratorE p b -> b Source #

(Pat p, Term b) => Tree (SmGeneratorE p b :: Type) Source # 
Instance details

Defined in HaScalaM.Instances.Enums

(Pat p, Term b) => WithBody b (SmGeneratorE p b) Source # 
Instance details

Defined in HaScalaM.Instances.Enums

Methods

body :: SmGeneratorE p b -> b Source #

data SmGuardE b where Source #

Constructors

SmGuardE 

Fields

Instances

Instances details
Term b => Tree (SmGuardE b :: Type) Source # 
Instance details

Defined in HaScalaM.Instances.Enums

Term b => Guard b (SmGuardE b) Source # 
Instance details

Defined in HaScalaM.Instances.Enums

Methods

condG :: SmGuardE b -> b Source #

data SmValE p b where Source #

Constructors

SmValE 

Fields

Instances

Instances details
(Pat p, Term b) => Val p b (SmValE p b) Source # 
Instance details

Defined in HaScalaM.Instances.Enums

Methods

patV :: SmValE p b -> p Source #

rhsV :: SmValE p b -> b Source #

(Pat p, Term b) => Tree (SmValE p b :: Type) Source # 
Instance details

Defined in HaScalaM.Instances.Enums

(Pat p, Term b) => WithBody b (SmValE p b) Source # 
Instance details

Defined in HaScalaM.Instances.Enums

Methods

body :: SmValE p b -> b Source #