Seriously though, I think that "fluent" interfaces are being re-branded as "monadic" -- I assume because you're creating or piping around bound state and unwrapping/re-wrapping it with the various constructs.
If I wanted something like this I'd probably just reach for pampy and use pattern matching. Which still isn't "Monadic".
but you are the expert here ;) can you please tell me what am I missing?
Seriously though, I think that "fluent" interfaces are being re-branded as "monadic" -- I assume because you're creating or piping around bound state and unwrapping/re-wrapping it with the various constructs.