-fallow-incoherent-instances not working
Marc Weber
marco-oweber at gmx.de
Thu Feb 22 15:44:22 EST 2007
> l1 = 2 .*. 3 .*. "abc" .*. (Just 4) .*. HNil
>
> hlistTest = do
> print $ 2 .*. HNil
> print $ (hOccursMany l1 :: [Maybe Int])
> marc at localhost /pr/haskell/test/HList $
I should have used HCons instead of .*. which is bound to HExtend. (but
also to HCons in another module) ...
Then it compiles fine.
Neverthelesse the message is confusing.
Marc
More information about the Glasgow-haskell-users
mailing list