Karsten Gebbert
11/01/2020, 9:42 AMFree
for a small test, and I'm basically following along this example in the tests:
https://github.com/arrow-kt/arrow-incubator/blob/master/arrow-free-data/src/test/kotlin/arrow/free/FreeTest.kt
My questions are these:
• where does .fix()
"come from", i.e. which import am I missing?
• 'fx: MonadFx<FreePartialOf<ForProgram> /* = Kind<ForFree, ForProgram> */>' is deprecated. Fx will be moved to each datatype as a DSL constructor.
<- how to deal with this?raulraja
11/01/2020, 10:25 AMKarsten Gebbert
11/01/2020, 10:31 AMJörg Winter
11/04/2020, 7:10 PMraulraja
11/04/2020, 7:50 PMJörg Winter
11/04/2020, 7:51 PMraulraja
11/04/2020, 8:30 PM