In her book "The Programmer’s Brain" (Manning, 2021) Felienne Hermans (who knows Haskell) says, among other things, that reserved words like "while" and so on act as cognitive anchors which support our brains in learning programming languages by giving a familiar foothold in the early steps.
Haskell has none of that: not even a strict division of syntactic structures for representing control vs. data - because it does not have it in its semantics either.
What (if anything) does that portend to learning Haskell? To teaching it? To assessing the learner's progress?