Fri Apr  3 13:15:04 PDT 2009  [email protected]
  * Debugging by Sesame Street:
  
  One of these things is not like the others:
  
  stdPattern :: [LRep] -> Maybe StgHalfWord
  stdPattern reps
    = case reps of
          []  -> Just ARG_NONE    -- just void args, probably
          [N] -> Just ARG_N
          [P] -> Just ARG_N
          [F] -> Just ARG_F
          [D] -> Just ARG_D
          [L] -> Just ARG_L
  
  Today's debugging session was brought to you by the letter P.

    M ./compiler/codeGen/StgCmmLayout.hs -1 +1

View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090403201504-38771-e221c0f927e6d228d24bb7801a38d9048838362c.gz

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to