Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2001-07-25 13:29:07 by simonpj] · 92428681
    Simon Peyton Jones authored
    ---------------------------------
    	Fix a bug in the defn of "both"
    	---------------------------------
    
    This bug made the bootstrapped GHC enter an absent argument.
    
    The change is from
    
    	both Lazy (Seq k Now ds) = Seq Keep Now ds
    to
    	both Lazy (Seq k l ds) = Seq Keep l ds
    
    Simple, eh?  (Comments with the code.)
    92428681