Parse the variables in a type signature in the order given (Trac #8945)
This is just making the parser behave more sensibly, and return the list [x,y,z] from the signature x,y,z :: Int rathe than [x,z,y] as now. Turns out that the other use of sig_vars *did* do the right thing already.
Please register or sign in to comment