You can define `typealias Bla = suspend (In) ->...
# arrow
p
You can define
typealias Bla = suspend (In) -> Out
m
Hmmm, that's what one gets for assuming something rather than trying it. Thank you. As I must not have tried it, as it compiles.