
19 May
2016
19 May
'16
10:23 a.m.
Ok. My motivation for suggesting a special syntax for MonadPlus comprehension was that, generally speaking, it feels weird that in the standard Haskell there is a special syntax for a unique data structure. Even Python has it for lists, dictionaries, and sets. I understand well the motivation for leaving list comprehension on its own, but having simultaneously a similar syntax for a more general purpose would make it less weird IMO. Alexey.