Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2005-07-12 13:38:08 by simonpj] · 2f6d1e5e
    Simon Peyton Jones authored
    Check for an unboxed tuple binding
    	f = (# True, False #)
    
    A fairly recent change, that treats specially non-recursive bindings of a
    single variable, failed to take this into account.
    
    tcfail141 tests this case.  (Was simpl008.)
    -
    2f6d1e5e