From: audreyt@audreyt.org Date: Sun, 24 Sep 2006 06:32:08 +0000 (+0000) Subject: In tcSplittyConApp_maybe, add the PredTy case X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=173dd12cecd50484e46a57bd6117d197ef68f929;hp=173dd12cecd50484e46a57bd6117d197ef68f929;p=ghc-hetmet.git In tcSplittyConApp_maybe, add the PredTy case such that this can compile again: newtype Moose = MkMoose () deriving (Eq, Ord) ---