interpolator-1.1.0.1: Runtime interpolation of environment variables in records using profunctors

Safe HaskellNone
LanguageHaskell2010

Ex

Documentation

data MyProduct' bar baz data_ Source #

Constructors

MyProduct 

Fields

Instances
(Eq bar, Eq baz, Eq data_) => Eq (MyProduct' bar baz data_) Source # 
Instance details

Defined in Ex

Methods

(==) :: MyProduct' bar baz data_ -> MyProduct' bar baz data_ -> Bool #

(/=) :: MyProduct' bar baz data_ -> MyProduct' bar baz data_ -> Bool #

data MySum' one mySunTwo data_ Source #

Constructors

MySumOne one 
MySunTwo mySunTwo 
MySumData data_ 
Instances
(Eq one, Eq mySunTwo, Eq data_) => Eq (MySum' one mySunTwo data_) Source # 
Instance details

Defined in Ex

Methods

(==) :: MySum' one mySunTwo data_ -> MySum' one mySunTwo data_ -> Bool #

(/=) :: MySum' one mySunTwo data_ -> MySum' one mySunTwo data_ -> Bool #