If we can say
type
Xtype = object
Ytype = object
Run
instead of
type Xtype = object
type Ytype = object
Run
then shouldn't we be allowed to say
func
f() =
42
g() =
99
Run
There are probably more examples where blocks could/should be allowed.
