30 Oct
2013
30 Oct
'13
6:58 a.m.
On the left of <- you could do do () <- someThing …. so that you'll get a type error against (). Or use scoped type variables: do (x::()) <- someThing