Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2001-10-17 10:35:34 by simonpj] · 5afd840f
    Simon Peyton Jones authored
    -------------------------------
    	Fix type-synonym arity checking
    	-------------------------------
    
    	*** MERGE TO STABLE BRANCH ***
    
    The newish stuff on checking types (checkValidType etc)
    didn't detect an un-saturated, but *kind-correct* type
    synonym occurrence.  Example:
    
    	type A i = i
    	type B = A
    
    Result: crash.  Fix is rather easy.
    
    Thanks to Thomas Hallgren.
    5afd840f