View difference between Paste ID: f1c481e8d and
SHOW: | | - or go back to the newest paste.
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