Daniel Wagner
Daniel Wagner
Hrm. Those warnings look similar to ones I saw flying by on #haskell the other night; the problem for that person turned out to be that clang's preprocessor behaves differently...
Contacted Eridius on #haskell, who was the guy having CPP problems the other day. He said what worked for him was grabbing the newest cpphs from Hackage and adding `--ghc-options="-pgmPcpphs...
No, please don't close the issue just yet. I'd like to keep it open until I think of a way of making things Just Work. =) You're welcome for the...
Well... I'm not spending time thinking about how to fix it. But that doesn't mean it's fixed...
That's the one.
This bug is still reproducible.
This issue remains unfixed.
Users who want this can do it themselves, though, right? newtype MyOrdering = MyOrdering Foo instance Eq Foo where ... instance Ord Foo where ... instance Finite MyOrdering where universeF...
LGTM, up to Travis complaints I guess.
You are using the library correctly. I don't... really think it's reasonable to expect the computer to be able to answer `cardinality @(Map Word Word)`, as the answer is something...