mkErrorAppDs now takes an SDoc rather than a String
authorIan Lynagh <igloo@earth.li>
Tue, 31 Mar 2009 13:40:58 +0000 (13:40 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 31 Mar 2009 13:40:58 +0000 (13:40 +0000)
commit79b22beb4d2eca1877d99d55838ba6ce69658405
treebdb922c6900b268ad07ed7cd42acd44d1e4cabd1
parentb6fcd8d1287ac70186c798013e270b0743eb7aa2
mkErrorAppDs now takes an SDoc rather than a String
This avoids some showSDoc's where the String then gets converted back
into an SDoc.
compiler/deSugar/DsExpr.lhs
compiler/deSugar/DsGRHSs.lhs
compiler/deSugar/DsListComp.lhs
compiler/deSugar/DsUtils.lhs
compiler/deSugar/Match.lhs
compiler/hsSyn/HsExpr.lhs