▲ | gizmo686 a day ago | |
Haskell uses where in the sense the article describes. E.g
Haskell also has a "let" notation
> If a programming language wanted to use a keyword for restrictions that isn’t “where” (and still is a single word, hence “such that” doesn’t qualify), what word would be suitable instead? “With”? “Having”?If? Python does so with it's list comprehensions:
|