Advertisement
Guest User

alios

a guest
Feb 16th, 2009
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import CI
  2.  
  3. a = f
  4.  
  5. -- MultiClassTest.hs:4:4:
  6. --    No instance for (CI.A a D)
  7. --      arising from a use of `f' at MultiClassTest.hs:4:4
  8. --    Possible fix: add an instance declaration for (CI.A a D)
  9. --    In the expression: f
  10. --    In the definition of `a': a = f
  11. -- Failed, modules loaded: CI.
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement