I'm learning the concept of F[_] as a constructor for other types, but how do you pronounce this to another human or say it in your head (for us internal monologue thinkers).
Similar to how x => x + 1
has an official verbalization of "x goes to x plus one", how does my internal monologue parse def stream[F[_]: Async]: Stream[F, Nothing] = ...
?
Edit: I've taken to calling it "Flunderscore" but I'm legit worried that if I keep doing this I'm going to screw up and say this in a professional context. Plz help.