Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2002-02-04 11:59:55 by simonpj] · 18dbe364
    Simon Peyton Jones authored
    -----------------------------
    	Improve type validity checking
    	-----------------------------
    
    Two main effects here
    
    a) Type synonyms can be unboxed tuples
    	tupe T = (# Int, Int #)
    
    	f :: Int -> T
    
    b) Hoisting works for implicit parameters
    
    	f :: Int -> (?x::Int) => Int
    18dbe364