hello guys first of all thanks so much for all the effort around arrow, I can feel the energy so to say! I am invited to give a presentation in austria / vienna on "functional programmng with arrow" in late january and I am bit lost with all the changes happening right now (deprecation of adts, arrow-fx, arrow-meta, ...). I can embrace that arrow tries something completely new that does not exist in other languages... which is really cool don't get me wrong. I have a hard time learning arrow myself and I noticed that the little knowledge of fp coming from elm/haskell (or having and rough idea about maybe, either, adts, which are now deprecated, folds etc.) and the little knowledge of kotlin don't really help me out in learning the idiomatic arrow way of fp that is being created right now ... Learning arrow feels more like learning a completely new language (which is fine for me!) compared to e.g. the transition from java to kotlin or learning elm after haskell. I say this because I anticipate that the people I am going to present to will also need very basic and example driven introduction to arrow ("how do I do x with arrow?"), because most of them are even new to functional programming. I try to imagine how this could be done, using my challenges right now as valuable information. So having a hard time coming up with a very concrete question I want to broadly ask: What does a idiomatic arrow program look like? Why do I raise such a question? Because I watched the very polished arrow youtube videos (thanks for the effort) but I unfortunately didn't get a feel of how I was supposed to program with them. Since I knew Option, Either, etc. from before I knew how to apply them, but using them didn't really feel like I am using the the possibilities of arrow in the intended way. So not the pieces but seeing them used together was what I was missing there. So my proposal is that if someone could pair up with me to get me started on putting such kind of examples together then I can keep going on my own doing that for other people that need some examples to get them started ... sorry for the long post! hope to hear from any of you