bloder
11/08/2019, 4:44 AM0.10.3-SNAPSHOT
features ( more specific typeclass given
meta feature ), but I'm aways getting:
error: @instance is only allowed on `interface` extending another interface of at least one type argument (type class) as first declaration in the instance list
and if I change that to an interface I cannot find the reference of the extension function
I believe that is expected in a context that there's no compiler plugin working on that, then probably I'm missing something in arrow dependencies import I've setup my project like this:
apply plugin: 'kotlin-kapt'
def arrow_version = "0.10.3-SNAPSHOT"
dependencies {
implementation "io.arrow-kt:arrow-fx:$arrow_version"
implementation "io.arrow-kt:arrow-optics:$arrow_version"
implementation "io.arrow-kt:arrow-syntax:$arrow_version"
kapt "io.arrow-kt:arrow-meta:$arrow_version"
}
What am I missing?bloder
11/08/2019, 1:21 PMamanda.hinchman-dominguez
11/08/2019, 3:17 PMamanda.hinchman-dominguez
11/08/2019, 3:18 PMarrow-meta
? If that's that case I won't be able to work with the eqOperator
plugin POCbloder
11/08/2019, 3:25 PMamanda.hinchman-dominguez
11/08/2019, 3:26 PMarrow
and arrow-meta
amanda.hinchman-dominguez
11/08/2019, 3:28 PMamanda.hinchman-dominguez
11/08/2019, 3:28 PMamanda.hinchman-dominguez
11/08/2019, 3:30 PMbloder
11/08/2019, 3:41 PMamanda.hinchman-dominguez
11/08/2019, 7:32 PMamanda.hinchman-dominguez
11/08/2019, 7:32 PM