Stress.spl: missing arrow in function type.

In the grammar a function type is defined as: FunType = [ FTypes ] ’→’ RetType

Stress.spl defines a function as: main()/**/::fnord

Without the arrow.