Skip to content
  • Ben Gamari's avatar
    Pass Platform to pprExpr1 · cde97291
    Ben Gamari authored and Simon Marlow's avatar Simon Marlow committed
    Fixes build error:
    
    compiler/cmm/PprC.hs:961:33:
        Couldn't match expected type `Platform'
               against inferred type `CmmExpr'
        In the first argument of `pprExpr1', namely `expr'
        In the second argument of `(<+>)', namely `pprExpr1 expr'
        In the first argument of `parens', namely
            `(cast <+> pprExpr1 expr)'
    cde97291